nixos/home/system/hyprland/hyprpaper.nix
2024-10-06 18:49:52 +02:00

11 lines
153 B
Nix

{ ... }: {
services.hyprpaper = {
enable = true;
settings = {
ipc = "on";
splash = false;
splash_offset = 2.0;
};
};
}