add: system modules and options

This commit is contained in:
ooks-io 2024-01-15 23:58:37 +13:00
parent 9bfc70318d
commit 47eb3e0691
21 changed files with 269 additions and 158 deletions

View file

@ -1,3 +1,5 @@
{ lib, ... }:
{
imports = [
./nh.nix
@ -5,4 +7,8 @@
./nixpkgs
./subs.nix
];
options.systemModules.nixOptions = {
enable = lib.mkEnableOption "Enable nix related configuration modules";
};
}