From 6276b8ee83aa5401d2770cd22d7f0889331fbcbe Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Tue, 9 Feb 2021 00:52:59 +0100 Subject: modules/user/profpatsch: description for services.dunst.settings This is not really to inform anybody about anything, but mostly to get rid of the warning generated by `nix-build -A manual release.nix`. --- modules/user/profpatsch/services/dunst.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/user') diff --git a/modules/user/profpatsch/services/dunst.nix b/modules/user/profpatsch/services/dunst.nix index 8de782fc..a43c24d0 100644 --- a/modules/user/profpatsch/services/dunst.nix +++ b/modules/user/profpatsch/services/dunst.nix @@ -48,6 +48,12 @@ in { settings = lib.mkOption { type = with lib.types; attrsOf (attrsOf eitherStrBoolIntList); default = { }; + description = '' + Settings for the dunst daemon which are directly translated + to the used dunstrc config file. See + + for a list of available options. + ''; }; iconTheme = lib.mkOption { -- cgit 1.4.1