From 12a2486b07beb3818db7156ecb01b5f85bad8dd2 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 3 Feb 2025 14:49:27 +0100 Subject: [PATCH] Install mako. --- modules/home-manager/hyprland.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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;