diff options
-rw-r--r-- | hosts/thinkpad/default.nix | 1 | ||||
-rw-r--r-- | modules/default.nix | 1 | ||||
-rw-r--r-- | modules/options.nix (renamed from config/default.nix) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index e71a441..6810930 100644 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -10,7 +10,6 @@ inputs.nixpkgs.lib.nixosSystem rec { specialArgs = {inherit inputs;}; modules = [ options - ../../config ../../home ../../modules ../../system diff --git a/modules/default.nix b/modules/default.nix index f478f50..534bd9f 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -5,5 +5,6 @@ ./gaming ./terminal ./virt + ./options.nix ]; } diff --git a/config/default.nix b/modules/options.nix index 53b59cb..53b59cb 100644 --- a/config/default.nix +++ b/modules/options.nix |