mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ in {
|
||||||
settings = mkOption {
|
settings = mkOption {
|
||||||
type = with types; attrsOf (attrsOf eitherStrBoolIntList);
|
type = with types; attrsOf (attrsOf eitherStrBoolIntList);
|
||||||
default = { };
|
default = { };
|
||||||
description = "Configuration written to ~/.config/dunstrc";
|
description = "Configuration written to ~/.config/dunst/dunstrc";
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
{
|
{
|
||||||
global = {
|
global = {
|
||||||
|
|
Loading…
Reference in a new issue