services.flameshot: requested by tray.target

This commit is contained in:
Matthieu Coudron 2023-10-29 12:20:03 +01:00
parent f92a54fef4
commit f8538ee351

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";