🚀 add feh as runtimeInput
parent
82838351bd
commit
15c10abdea
|
@ -3,7 +3,7 @@
|
||||||
pkgs.writeShellApplication {
|
pkgs.writeShellApplication {
|
||||||
name = "randomWallpaper";
|
name = "randomWallpaper";
|
||||||
|
|
||||||
runtimeInputs = with pkgs; [ findutils coreutils ];
|
runtimeInputs = with pkgs; [ findutils coreutils feh ];
|
||||||
|
|
||||||
text = ''
|
text = ''
|
||||||
wallpaper="$(find ~/.config/wallpapers/ -type f,l | shuf -n 1)"
|
wallpaper="$(find ~/.config/wallpapers/ -type f,l | shuf -n 1)"
|
||||||
|
|
Loading…
Reference in New Issue