Files
nix-config/hosts/hurricane/hyprpaper.nix
2025-06-22 14:27:35 +02:00

18 lines
524 B
Nix

{
services.hyprpaper = {
enable = true;
settings = {
preload = [
"$HOME/git/nix-config/modules/home/images/nix.png"
"$HOME/git/nix-config/modules/home/images/forest.png"
];
wallpaper = [
", $HOME/git/nix-config/modules/home/images/nix.png"
"DP-3, $HOME/git/nix-config/modules/home/images/forest.png"
"HDMI-A-1, $HOME/git/nix-config/modules/home/images/forest.png"
"eDP-1, $HOME/git/nix-config/modules/home/images/forest.png"
];
};
};
}