From 6094dd062d02012b13cd59192468f371f0d0620b Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 3 Jul 2025 17:51:20 -0500 Subject: [PATCH] added options to root --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 68ad122..82384c0 100644 --- a/flake.nix +++ b/flake.nix @@ -82,6 +82,7 @@ root = { home.stateVersion = config.stateVersion; imports = [ + ./nixosModules/options.nix ./homeManagerModules/git.nix ]; };