redshift: bash wrapper
This commit is contained in:
parent
4e41b079e4
commit
c534fe8fc6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ in
|
|||
(map toPaths)
|
||||
[ "lat" "lon" ];
|
||||
in
|
||||
"${pkgs.redshift}/bin/redshift -l ${fetchLatLon}";
|
||||
''${pkgs.bash}/bin/bash -c "${pkgs.redshift}/bin/redshift -l ${fetchLatLon}"'';
|
||||
};
|
||||
Install = {
|
||||
WantedBy = [ "graphical-session.target" ];
|
||||
|
|
Loading…
Reference in a new issue