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"; Type = "exec";
ExecStart = "${pkgs.sxhkd}/bin/sxhkd"; ExecStart = "${pkgs.sxhkd}/bin/sxhkd";
}; };
Install = { Install.WantedBy = [ "graphical-session.target" ];
WantedBy = [ "graphical-session.target" ];
};
}; };
xdg.configFile."sxhkd/sxhkdrc".text = keybindingsStr; xdg.configFile."sxhkd/sxhkdrc".text = keybindingsStr;

View File

@ -32,9 +32,7 @@ in
in in
''${pkgs.bash}/bin/bash -c "${pkgs.redshift}/bin/redshift -l ${fetchLatLon}"''; ''${pkgs.bash}/bin/bash -c "${pkgs.redshift}/bin/redshift -l ${fetchLatLon}"'';
}; };
Install = { Install.WantedBy = [ "graphical-session.target" ];
WantedBy = [ "graphical-session.target" ];
};
}; };
sops.secrets = lib.mkIf sops { sops.secrets = lib.mkIf sops {