summary refs log tree commit diff
path: root/pkgs/tools/X11/smart-wallpaper/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/smart-wallpaper/default.nix')
-rw-r--r--pkgs/tools/X11/smart-wallpaper/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/X11/smart-wallpaper/default.nix b/pkgs/tools/X11/smart-wallpaper/default.nix
index 2ddece8331494..f992838935c7d 100644
--- a/pkgs/tools/X11/smart-wallpaper/default.nix
+++ b/pkgs/tools/X11/smart-wallpaper/default.nix
@@ -6,6 +6,7 @@
 , killall
 , xwinwrap
 , swaybg
+, redshift
 }:
 
 stdenvNoCC.mkDerivation {
@@ -24,7 +25,7 @@ stdenvNoCC.mkDerivation {
   installPhase = ''
     install -Dm755 -t $out/bin smart-wallpaper
     wrapProgram $out/bin/smart-wallpaper \
-      --prefix PATH : ${lib.makeBinPath [ xdpyinfo killall xwinwrap swaybg ]}
+      --prefix PATH : ${lib.makeBinPath [ xdpyinfo killall xwinwrap swaybg redshift ]}
   '';
 
   meta = with lib; {