mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
services.flameshot: requested by tray.target
This commit is contained in:
parent
f92a54fef4
commit
f8538ee351
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue