nixos/home/system/hyprpaper/default.nix
2024-10-08 21:56:44 +02:00

12 lines
179 B
Nix

{
# The wallpaper is set by stylix
services.hyprpaper = {
enable = true;
settings = {
ipc = "on";
splash = false;
splash_offset = 2.0;
};
};
}