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
+2
View File
@@ -145,6 +145,8 @@ services.upower.enable = true;
hyprkeys # keybind helper
cowsay
cmatrix
swww #wallpaper daemon
socat # Utility for bidirectional data transfer between two independent data channels (used to communicate between hyprland and swww to change wallpapers dinamically)
#we need to install gnome and kde utils individually as we dont use gnome
gnome-calculator
snapshot
+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