mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 06:46:11 +01:00
fix: reset dunst
This commit is contained in:
@@ -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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user