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

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