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

11 lines
153 B
Nix

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