wip refactor
This commit is contained in:
parent
fd758cba8e
commit
30988a7ed0
4 changed files with 72 additions and 1152 deletions
|
|
@ -26,19 +26,11 @@
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
./options.nix
|
||||
./boot
|
||||
./users
|
||||
./general
|
||||
];
|
||||
options.${cfg_path} = {
|
||||
systemName = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
description = "The name of the system.";
|
||||
};
|
||||
};
|
||||
config = {
|
||||
# // TODO ADD Nix helper stuff rest of it.
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue