From 740d0cd95f475c670d4a5dcce2ac95f5966432cc Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 26 Jul 2024 18:33:03 -0400 Subject: [PATCH] thelio76: move system module (fix) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ea48f82..9f6953f 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ thelio76 = nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; modules = [ - ./system/thelio76 + ./config/systems/thelio76 home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true;