Merge pull request #5 from aski425/yambar-fix

sway.nix: yambar.service fix
This commit is contained in:
hand7s 2025-04-29 20:25:42 +03:00 committed by GitHub
commit e657f22f5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,9 +82,9 @@
{ {
command = "${pkgs.swaykbdd}/bin/swaykbdd"; command = "${pkgs.swaykbdd}/bin/swaykbdd";
} }
{ {
command = "${pkgs.yambar}/bin/yambar"; command = "${pkgs.systemd}/bin/systemctl --user start yambar.service";
} }
]; ];