fix: reset dunst

This commit is contained in:
2024-12-21 20:09:55 +01:00
parent 0bb957fa2a
commit 529ae42cbc

View File

@@ -5,21 +5,5 @@
services.dunst = { services.dunst = {
enable = true; enable = true;
package = pkgs.dunst; package = pkgs.dunst;
settings = {
global = {
follow = "mouse";
width = 600;
height = 400;
origin = "top-center";
offset = "0x10";
};
fullscreen_delay_everything = {
fullscreen = "delay";
};
};
}; };
} }