mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
feat: add wallpaper script and integrate it into Hyprland configuration
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user