redshift: bash wrapper

main
Zynh Ludwig 2024-07-24 01:57:08 -07:00
parent 4e41b079e4
commit c534fe8fc6
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ in
(map toPaths) (map toPaths)
[ "lat" "lon" ]; [ "lat" "lon" ];
in in
"${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" ];