diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index b09e493..8cba1b2 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -40,6 +40,12 @@ }; }; + # Setup and enable mako + services.mako = { + enable = true; + defaultTimeout = 5; + }; + # Enable hyprpaper services.hyprpaper.enable = true;