services.dunst.settings

Dunst configuration, see dunst(5)

Type
TOML value
Default
{ }
Example
{
  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;
  };
};
Declared
<nixpkgs/nixos/modules/services/desktops/dunst.nix>