dunst: update documentation on settings (#1881)
Fix a small discrepancy in the documentation for the dunst module.
This commit is contained in:
parent
fedfd430f9
commit
7b30fc9922
|
@ -66,7 +66,7 @@ in {
|
|||
settings = mkOption {
|
||||
type = with types; attrsOf (attrsOf eitherStrBoolIntList);
|
||||
default = { };
|
||||
description = "Configuration written to ~/.config/dunstrc";
|
||||
description = "Configuration written to ~/.config/dunst/dunstrc";
|
||||
example = literalExample ''
|
||||
{
|
||||
global = {
|
||||
|
|
Loading…
Reference in a new issue