diff --git a/configs/desktop-light.nix b/configs/desktop-light.nix index 14a1df8..5c2827e 100644 --- a/configs/desktop-light.nix +++ b/configs/desktop-light.nix @@ -94,13 +94,13 @@ ACTION=="add", SUBSYSTEM=="backlight", GROUP="video", MODE="0660" programs.dconf.enable = true; services.gvfs.enable = true; - services.dunst.enable = true; - services.dunst.settings = { - global = { - font = "Monospace 18"; # increase the size as you like - width = 400; - height = 300; - word_wrap = true; - }; - }; +# services.dunst.enable = true; +# services.dunst.settings = { +# global = { +# font = "Monospace 18"; # increase the size as you like +# width = 400; +# height = 300; +# word_wrap = true; +# }; +#s }