forked from mirrors/nixpkgs
nixos/gollum: improve description of user-icons option
This commit is contained in:
parent
bed5ba3529
commit
9434ac0963
|
@ -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…
Reference in a new issue