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