diff --git a/groups/all/default.nix b/groups/all/default.nix index 3f851c9..2c84bee 100644 --- a/groups/all/default.nix +++ b/groups/all/default.nix @@ -50,16 +50,6 @@ users.defaultUserShell = pkgs.bash; - home-manager = { - users = - config.users.users - |> builtins.attrNames - |> builtins.filter (x: builtins.pathExists (root + "/homes/${x}")) - |> (x: lib.genAttrs x (y: import (root + "/homes/${y}"))); - - extraSpecialArgs = {inherit inputs pkgs upkgs;}; - }; - environment.systemPackages = with pkgs; [ git vim