diff --git a/modules/home/mako.nix b/modules/home/mako.nix index f504afc..bdd387e 100644 --- a/modules/home/mako.nix +++ b/modules/home/mako.nix @@ -1,25 +1,25 @@ { config, pkgs, ... }: { - services = { - mako = { - enable = true; - font = "JetBrainsMono Nerd Font 12"; - padding = "15"; - defaultTimeout = 5000; - borderSize = 2; - borderRadius = 5; - backgroundColor = "#1e1e2e"; - borderColor = "#b4befe"; - progressColor = "over #313244"; - textColor = "#cdd6f4"; - icons = true; - actions = true; - extraConfig = '' - text-alignment=center - [urgency=high] - default-timeout=100000000 - border-color=#fab387 - ''; - }; - }; + # services = { + # mako = { + # enable = true; + # font = "JetBrainsMono Nerd Font 12"; + # padding = "15"; + # defaultTimeout = 5000; + # borderSize = 2; + # borderRadius = 5; + # backgroundColor = "#1e1e2e"; + # borderColor = "#b4befe"; + # progressColor = "over #313244"; + # textColor = "#cdd6f4"; + # icons = true; + # actions = true; + # extraConfig = '' + # text-alignment=center + # [urgency=high] + # default-timeout=100000000 + # border-color=#fab387 + # ''; + # }; + # }; }