nixos/gollum: improve description of user-icons option

main
Benno Bielmeier 2 years ago
parent bed5ba3529
commit 9434ac0963
  1. 2
      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 {

Loading…
Cancel
Save