Files
nixy/home/system/hyprland/hyprpaper.nix
Hadi 18c30e5931 Update
Former-commit-id: 905cc9a885
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;
};
};
}