nix-config/users/willifan/desktop/hyprland/Puenktchen/hyprpaper.nix
2024-11-03 14:27:44 +01:00

15 lines
181 B
Nix

{ ...}:
{
home-manager.users.willifan = {
services.hyprpaper = {
enable = true;
settings = {
splash = true;
ipc = "off";
};
};
};
}