🚀 add feh as runtimeInput

dev-docs
Moritz Böhme 2022-04-05 11:12:01 +02:00
parent 82838351bd
commit 15c10abdea
No known key found for this signature in database
GPG Key ID: 213820E2795F5CF5
1 changed files with 1 additions and 1 deletions

View File

@ -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)"