nixos/home/system/hyprpaper/default.nix
2024-10-15 15:02:07 +02:00

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;
};
};
}