wip refactor

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-03-17 01:19:40 -05:00
parent fd758cba8e
commit 30988a7ed0
4 changed files with 72 additions and 1152 deletions

View file

@ -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.
};
};
};
};