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

@ -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/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"
];
};
};
}