139 current 2024-12-31 07:02:39 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2024-12-31 07:02:46 -05:00
parent ce4c1279f9
commit 0e32476261

View File

@@ -5,6 +5,19 @@
}: { }: {
services.dunst = { services.dunst = {
enable = true; enable = true;
configFile = ./dunstrc; # configFile = ./dunstrc;
settings = {
global = {
monitor = 0;
follow = "mouse";
width = 300;
height = 300;
origin = "top-right";
offset = "10x50";
scale = 0;
notification_limit = 0;
progress_bar = true;
};
};
}; };
} }