Files
nix-config/hosts/wildfire/hm/hyprpaper.nix
Felix Schulze e014307bd4 wildfire: 486 current 2025-11-27 19:05:15 25.05.20251124.1c8ba8d 6.17.8 *
new monitor
wildfire: 487 current  2025-11-27 19:08:20  25.05.20251124.1c8ba8d  6.17.8                          *
2025-11-27 20:19:24 +01:00

18 lines
519 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"
"DP-1, $HOME/git/nix-config/modules/hm/images/sunset-rocks.png"
];
};
};
}