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 ]; }; }; };