🚀 add feh as runtimeInput
parent
82838351bd
commit
15c10abdea
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue