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)
|
(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" ];
|
||||||
|
|
Loading…
Reference in a new issue