1: Added and configured hyprpaper

This commit is contained in:
uzy lol 2024-12-28 18:27:38 -08:00
parent a1abe519e1
commit ab32d5b478
2 changed files with 11 additions and 1 deletions

View File

@ -13,6 +13,7 @@
./cliphist.nix
./wlogout.nix
./wlsunset.nix
./hyprpaper.nix
];
home.packages = [
@ -204,7 +205,7 @@
};
extraConfig = ''
exec-once waybar
exec-once = waybar
'';
};
}

View File

@ -0,0 +1,9 @@
{
services.hyprpaper = {
enable = true;
settings = {
preload = [ "/home/uzair/Pictures/nix-mocha.png" ];
wallpaper = [ ", /home/uzair/Pictures/nix-mocha.png" ];
};
};
}