hyprpaper

This commit is contained in:
2025-06-18 18:14:33 +02:00
parent 9dba75fd8c
commit 152df2c493
5 changed files with 35 additions and 0 deletions

View File

@ -9,6 +9,7 @@
home-manager.users.schulze.imports = [
./hyprland-monitors.nix
./hyprlock.nix
./hyprpaper.nix
];
networking.hostName = "hurricane";

View File

@ -0,0 +1,15 @@
{
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"
];
};
};
}