diff --git a/users/guanranwang/darwin/profiles/core/home/default.nix b/users/guanranwang/darwin/profiles/core/home/default.nix index c038cae..e60170e 100644 --- a/users/guanranwang/darwin/profiles/core/home/default.nix +++ b/users/guanranwang/darwin/profiles/core/home/default.nix @@ -1,13 +1,5 @@ -{pkgs, ...}: { +{...}: { imports = [ ../../../../home-manager ]; - home.packages = with pkgs; [ - ### Outdated macOS components - coreutils - vim - gnugrep - openssh - screen - ]; }