got manwe'a shell back up and running again
This commit is contained in:
parent
ad816fe171
commit
ce1d40f6a2
6 changed files with 14 additions and 4 deletions
|
@ -17,6 +17,13 @@ in
|
|||
description = "Full name of the user, this is used as the kde plasma display name for example";
|
||||
};
|
||||
|
||||
email = mkOption {
|
||||
type = nullOr str;
|
||||
default = null;
|
||||
example = "name@domain.tld";
|
||||
description = "user's email address";
|
||||
};
|
||||
|
||||
is_trusted = mkOption {
|
||||
type = bool;
|
||||
default = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue