13 lines
234 B
Nix
13 lines
234 B
Nix
# Hyprpaper is used to set the wallpaper on the system
|
|
{
|
|
# The wallpaper is set by stylix
|
|
services.hyprpaper = {
|
|
enable = true;
|
|
settings = {
|
|
ipc = "on";
|
|
splash = false;
|
|
splash_offset = 2.0;
|
|
};
|
|
};
|
|
}
|