diff --git a/thelio76/configuration.nix b/config/systems/thelio76/default.nix similarity index 100% rename from thelio76/configuration.nix rename to config/systems/thelio76/default.nix diff --git a/thelio76/hardware-configuration.nix b/config/systems/thelio76/hardware-configuration.nix similarity index 100% rename from thelio76/hardware-configuration.nix rename to config/systems/thelio76/hardware-configuration.nix diff --git a/flake.nix b/flake.nix index 58c505f..ea48f82 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ thelio76 = nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; modules = [ - ./thelio76/configuration.nix + ./system/thelio76 home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true;