feat: add wallpaper script and integrate it into Hyprland configuration

This commit is contained in:
2025-11-05 01:44:38 +00:00
parent 85e7a5b22f
commit b1f071d92b
3 changed files with 23 additions and 6 deletions

View File

@@ -233,6 +233,12 @@
source = ./scripts/screenshot.sh;
executable = true;
};
# Wallpaper script
home.file.".local/bin/set-wallpaper" = {
source = ./scripts/set-wallpaper.sh;
executable = true;
};
# Flatpaks are managed in system/flatpak.nix