about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-09 00:52:59 +0100
committersternenseemann <sternenseemann@systemli.org>2021-02-22 16:46:26 +0100
commit6276b8ee83aa5401d2770cd22d7f0889331fbcbe (patch)
tree77ec3d0d5a6a38fe3d104378c18b50850b33dd9c /modules/user
parent4086bdc8d92b8b0e96546a456c43fb7aab6e81f4 (diff)
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`.
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/profpatsch/services/dunst.nix6
1 files changed, 6 insertions, 0 deletions
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 <literal>dunstrc</literal> config file. See
+        <link xlink:href="https://github.com/dunst-project/dunst/blob/v${pkgs.dunst.version}/dunstrc" />
+        for a list of available options.
+      '';
     };
 
     iconTheme = lib.mkOption {