From fcd2386eb6eaadf118329859723f9d51b43d4670 Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Tue, 2 Jul 2024 17:14:28 +0900 Subject: [PATCH] error test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8457c0f..17f1f18 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ nixosConfigurations.default = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; }; modules = [ - inputs.home-manager.nixosModules.default + # inputs.home-manager.nixosModules.default inputs.stylix.nixosModules.stylix ./hosts/default/configuration.nix ];