about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 {