Files
nix-config/hosts/wildfire/hyprpaper.nix
2025-06-18 18:14:33 +02:00

16 lines
395 B
Nix

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