services.dunst.settings
NixOS option
Dunst configuration, see dunst(5)
type: attribute set of attribute set of (INI atom (null, bool, int, float or string) or attribute set of (INI atom (null, bool, int, float or string)))Default
{ }Example
declared in: nixos/modules/services/desktops/dunst.nixView source on NixOS/nixpkgs →{
global = {
width = 300;
height = 300;
offset = "30x50";
origin = "top-right";
transparency = 10;
frame_color = "#eceff1";
font = "Droid Sans 9";
};
urgency_normal = {
background = "#37474f";
foreground = "#eceff1";
timeout = 10;
};
};