Files
nix-config/hosts/hurricane/hm/hyprpaper.nix
Felix Schulze 33591f9dab wallpapers and waybar fix
wildfire: 404 current  2025-06-29 22:20:26  25.05.20250620.b2485d5  6.15.3                          *
2025-06-29 22:21:09 +02:00

19 lines
566 B
Nix

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