diff --git a/hosts/default.nix b/hosts/default.nix index 8953849fb..c54e35c9e 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -26,10 +26,6 @@ in { modules = [ {networking.hostName = "chmura";} ./chmura - ] - ++ [ - home-manager - home-configs ]; }; }