diff --git a/modules/cli/bin/randomWallpaper.nix b/modules/cli/bin/randomWallpaper.nix index 3c35a4f..df932af 100644 --- a/modules/cli/bin/randomWallpaper.nix +++ b/modules/cli/bin/randomWallpaper.nix @@ -3,7 +3,7 @@ pkgs.writeShellApplication { name = "randomWallpaper"; - runtimeInputs = with pkgs; [ findutils coreutils ]; + runtimeInputs = with pkgs; [ findutils coreutils feh ]; text = '' wallpaper="$(find ~/.config/wallpapers/ -type f,l | shuf -n 1)"