1
0
Fork 0

Convert change_wallpaper.sh using nix writeShellApplication

This commit is contained in:
Avery 2024-03-19 00:39:54 +01:00
parent 294fd9dcf3
commit c6651a7eb6
Signed by: Avery
GPG key ID: B684FD451B692E04
4 changed files with 85 additions and 77 deletions

View file

@ -39,6 +39,7 @@
wl-clipboard
(import ./scripts/colorpicker.nix { inherit pkgs; })
(import ./scripts/currently-playing.nix { inherit pkgs; })
(import ./scripts/change-wallpaper.nix { inherit pkgs; })
(pkgs.buildEnv {
name = "desktop-scripts";
paths = [ ./scripts_legacy ];