10 lines
235 B
Nix
10 lines
235 B
Nix
{
|
|
services.hyprpaper = {
|
|
enable = true;
|
|
settings = {
|
|
preload = ["/home/uzair/Pictures/nix-wallpaper-catppuccin-mocha.png"];
|
|
wallpaper = [", /home/uzair/Pictures/nix-wallpaper-catppuccin-mocha.png"];
|
|
};
|
|
};
|
|
}
|