another one
This commit is contained in:
parent
90513a119c
commit
6225bb0f27
22 changed files with 225 additions and 292 deletions
|
|
@ -16,9 +16,9 @@
|
|||
'';
|
||||
};
|
||||
email = lib.mkOption {
|
||||
default = "${config.user.userName}@${config.domain}";
|
||||
description = "main user email"
|
||||
}
|
||||
default = "${config.user.userName}@${config.networking.domain}";
|
||||
description = "main user email";
|
||||
};
|
||||
shell = lib.mkOption {
|
||||
default = pkgs.fish;
|
||||
description = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue