From ebbf2a867ffebc65f476da3cc594354d3537318d Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 26 Jul 2024 18:32:05 -0400 Subject: [PATCH] thelio76: move system modules --- .../configuration.nix => config/systems/thelio76/default.nix | 0 .../systems/thelio76}/hardware-configuration.nix | 0 flake.nix | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename thelio76/configuration.nix => config/systems/thelio76/default.nix (100%) rename {thelio76 => config/systems/thelio76}/hardware-configuration.nix (100%) 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;