wip(home): refactor home modules *WILL NOT BUILD*
This commit is contained in:
parent
2033810429
commit
6a591ecbf7
115 changed files with 1028 additions and 791 deletions
|
|
@ -19,6 +19,16 @@ in
|
|||
default = "zsh";
|
||||
description = "The login shell of the primary user";
|
||||
};
|
||||
gitName = mkOption {
|
||||
type = types.str;
|
||||
default = "ooks-io";
|
||||
description = "Github username of admin";
|
||||
};
|
||||
gitEmail = mkOption {
|
||||
type = types.str;
|
||||
default = "ooks@protonmail.com";
|
||||
description = "Github email of admin";
|
||||
};
|
||||
sshKey = mkOption {
|
||||
type = types.str;
|
||||
default = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBn3ff3HaZHIyH4K13k8Mwqu/o7jIABJ8rANK+r2PfJk";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue