From 15c10abdea86ca1d9f1b36afba69ff14c1c84d75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Tue, 5 Apr 2022 11:12:01 +0200 Subject: [PATCH] :rocket: add feh as runtimeInput --- modules/cli/bin/randomWallpaper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"