nix/services/dunst.nix

16 lines
258 B
Nix
Raw Normal View History

2024-06-13 15:38:40 +02:00
{...}:
{
enable = true;
settings = {
global = {
origin = "bottom-right";
frame_width = 1;
background = "#333333";
foreground = "#feeeee";
font = "JetBrains Mono NL 10";
frame_color = "#4c7899";
};
};
}