1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-04-07 17:45:06 +00:00
This commit is contained in:
Matthieu Coudron 2025-03-20 09:06:05 +00:00 committed by GitHub
commit 9aafb2db1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ in {
X-Restart-Triggers = mkIf (cfg.settings != { }) [ "${iniFile}" ];
};
Install = { WantedBy = [ "graphical-session.target" ]; };
Install = { WantedBy = [ "tray.target" ]; };
Service = {
Environment = [ "PATH=${config.home.profileDirectory}/bin" ];