Added git config
This commit is contained in:
parent
3192993253
commit
e62903e640
3 changed files with 98 additions and 0 deletions
|
@ -14,6 +14,16 @@ in {
|
|||
default = "alejandro";
|
||||
description = "The name to use for the user account.";
|
||||
};
|
||||
fullName = mkOption {
|
||||
type = str;
|
||||
default = "Alejandro Angulo";
|
||||
description = "The full name of the user.";
|
||||
};
|
||||
email = mkOption {
|
||||
type = str;
|
||||
default = "iam@alejandr0angul0.dev";
|
||||
description = "The email of the user.";
|
||||
};
|
||||
extraGroups = mkOption {
|
||||
type = listOf str;
|
||||
default = ["video" "networkmanager" "docker"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue