chore: add all

This commit is contained in:
♥ Minnie ♥ 2025-09-01 01:48:47 +08:00
parent cf0916ca4b
commit bce8012209
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
9 changed files with 50 additions and 13 deletions

View file

@ -0,0 +1,31 @@
{...}: {
services.dunst = {
enable = true;
settings = {
global = {
width = 300;
height = 300;
origin = "top-right";
offset = "20x20";
frame_width = 5;
frame_color = "#32302f";
corner_radius = 10;
};
urgency_low = {
background = "#282828";
foreground = "#d4be98";
};
urgency_normal = {
background = "#282828";
foreground = "#d4be98";
};
urgency_critical = {
background = "#282828";
foreground = "#d4be98";
};
};
};
}