From 7d8190210b0f33651f7bf6a638f74f1b2c277ad9 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sun, 4 May 2025 20:42:53 +0200 Subject: [PATCH] Mako: disable usage of deprecated config value --- homes/julian/features/hyprland/mako/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/julian/features/hyprland/mako/default.nix b/homes/julian/features/hyprland/mako/default.nix index 4673dc5..b34be37 100644 --- a/homes/julian/features/hyprland/mako/default.nix +++ b/homes/julian/features/hyprland/mako/default.nix @@ -15,7 +15,7 @@ in { services.mako = { enable = true; - defaultTimeout = 5000; # milliseconds, can be overwritten by notification sender + # defaultTimeout = 5000; # milliseconds, can be overwritten by notification sender # backgroundColor = "#${palette.base00}"; TODO fix # textColor = "#${palette.base05}"; # borderColor = "#${palette.base0D}";