nixos/gollum: improve description of user-icons option

This commit is contained in:
Benno Bielmeier
2022-06-17 12:50:13 +02:00
parent bed5ba3529
commit 9434ac0963
+1 -1
View File
@@ -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 {