Convert change_wallpaper.sh using nix writeShellApplication
This commit is contained in:
parent
294fd9dcf3
commit
c6651a7eb6
4 changed files with 85 additions and 77 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue