summary refs log tree commit diff
path: root/nixos/modules/services/misc/gollum.nix
diff options
context:
space:
mode:
authorBenno Bielmeier <nix@bbenno.com>2022-06-17 12:50:13 +0200
committerBenno Bielmeier <nix@bbenno.com>2022-06-17 12:50:13 +0200
commit9434ac09635cd569733f1320c287ff7371f5b2a5 (patch)
treedfa82f49a5ea31c1122f62f9b62bec7cbd5c48d4 /nixos/modules/services/misc/gollum.nix
parentbed5ba3529343adf26f510afceb50beefa50c818 (diff)
downloadnixpkgs-9434ac09635cd569733f1320c287ff7371f5b2a5.tar
nixpkgs-9434ac09635cd569733f1320c287ff7371f5b2a5.tar.gz
nixpkgs-9434ac09635cd569733f1320c287ff7371f5b2a5.tar.bz2
nixpkgs-9434ac09635cd569733f1320c287ff7371f5b2a5.tar.lz
nixpkgs-9434ac09635cd569733f1320c287ff7371f5b2a5.tar.xz
nixpkgs-9434ac09635cd569733f1320c287ff7371f5b2a5.tar.zst
nixpkgs-9434ac09635cd569733f1320c287ff7371f5b2a5.zip
nixos/gollum: improve description of user-icons option
Diffstat (limited to 'nixos/modules/services/misc/gollum.nix')
-rw-r--r--nixos/modules/services/misc/gollum.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/gollum.nix b/nixos/modules/services/misc/gollum.nix
index 354278fad22..f6a5599419f 100644
--- a/nixos/modules/services/misc/gollum.nix
+++ b/nixos/modules/services/misc/gollum.nix
@@ -47,7 +47,7 @@ in
     user-icons = mkOption {
       type = types.nullOr (types.enum [ "gravatar" "identicon" ]);
       default = null;
-      description = "User icons for history view";
+      description = "Enable specific user icons for history view";
     };
 
     emoji = mkOption {