Skip to content

Commit

Permalink
dunst: correct description of settings option
Browse files Browse the repository at this point in the history
  • Loading branch information
ctem committed Jun 20, 2021
1 parent e89129b commit 1542ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/services/dunst.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ in {
settings = mkOption {
type = with types; attrsOf (attrsOf eitherStrBoolIntList);
default = { };
description = "Configuration written to ~/.config/dunst/dunstrc";
description = "Configuration written to $XDG_CONFIG_HOME/dunst/dunstrc";
example = literalExample ''
{
global = {
Expand Down

0 comments on commit 1542ea1

Please sign in to comment.