cleanup: Install.WantedBy

main
Zynh Ludwig 2024-08-03 02:46:35 -07:00
parent 13c97347f8
commit 061a7d8290
2 changed files with 2 additions and 6 deletions

View File

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

View File

@ -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 {