Files
nix-config/hosts/wildfire/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

18 lines
523 B
Nix

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