cleanup: Install.WantedBy
This commit is contained in:
parent
13c97347f8
commit
061a7d8290
2 changed files with 2 additions and 6 deletions
|
@ -36,9 +36,7 @@ in
|
|||
Type = "exec";
|
||||
ExecStart = "${pkgs.sxhkd}/bin/sxhkd";
|
||||
};
|
||||
Install = {
|
||||
WantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
|
||||
xdg.configFile."sxhkd/sxhkdrc".text = keybindingsStr;
|
||||
|
|
|
@ -32,9 +32,7 @@ in
|
|||
in
|
||||
''${pkgs.bash}/bin/bash -c "${pkgs.redshift}/bin/redshift -l ${fetchLatLon}"'';
|
||||
};
|
||||
Install = {
|
||||
WantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
|
||||
sops.secrets = lib.mkIf sops {
|
||||
|
|
Loading…
Reference in a new issue