added wallpaper with swww

This commit is contained in:
Tomas Rivera
2026-02-27 10:00:33 +01:00
parent fc825e7d3d
commit b503fe7df5
4 changed files with 43 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ home.packages = [
(pkgs.callPackage ../../modules/scripts/batterynotify.nix {})
(pkgs.callPackage ../../modules/scripts/weather.nix {})
(pkgs.callPackage ../../modules/scripts/cowsay.nix {})
(pkgs.callPackage ../../modules/scripts/wallpaper.nix {})
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello