From d056af08d153292012ae5d8fa315d4d7b4505d73 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Wed, 11 Dec 2024 13:45:35 +0100 Subject: [PATCH] Whoops, finish cleanup --- flake.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index 5380d29..f88a633 100644 --- a/flake.nix +++ b/flake.nix @@ -53,16 +53,7 @@ specialArgs = { inherit inputs outputs; }; - modules = [ ./nixos/kalle-laptop/configuration.nix ]; - }; - }; - homeConfigurations = { - "kalle@kalle-laptop" = home-manager.lib.homeManagerConfiguration { - pkgs = nixpkgs.legacyPackages.x86_64-linux; - extraSpecialArgs = { - inherit inputs outputs; - }; - modules = [ ./home-manager/kalle-laptop/kalle.nix ]; + modules = [ ./hosts/kalle-laptop ]; }; }; };