From 2abcc395397f7e09664f39cbc789f4fa19192b3c Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Mon, 30 Mar 2026 17:33:26 -0700 Subject: [PATCH] really undunst --- configs/desktop-light.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 }