really undunst

This commit is contained in:
2026-03-30 17:33:26 -07:00
parent 316b00cda3
commit 2abcc39539

View File

@@ -94,13 +94,13 @@ ACTION=="add", SUBSYSTEM=="backlight", GROUP="video", MODE="0660"
programs.dconf.enable = true; programs.dconf.enable = true;
services.gvfs.enable = true; services.gvfs.enable = true;
services.dunst.enable = true; # services.dunst.enable = true;
services.dunst.settings = { # services.dunst.settings = {
global = { # global = {
font = "Monospace 18"; # increase the size as you like # font = "Monospace 18"; # increase the size as you like
width = 400; # width = 400;
height = 300; # height = 300;
word_wrap = true; # word_wrap = true;
}; # };
}; #s
} }