added options to root

This commit is contained in:
John Lancaster
2025-07-03 17:51:20 -05:00
parent 0d0a4b2429
commit 6094dd062d

View File

@@ -82,6 +82,7 @@
root = { root = {
home.stateVersion = config.stateVersion; home.stateVersion = config.stateVersion;
imports = [ imports = [
./nixosModules/options.nix
./homeManagerModules/git.nix ./homeManagerModules/git.nix
]; ];
}; };