darwin: remove some pacakges

this works for homebrew and doesnt work on nix due to $PATH orders
This commit is contained in:
Guanran Wang 2023-12-13 19:41:08 +08:00
parent 47fdb5cf6e
commit 26b5a42b61
No known key found for this signature in database

View file

@ -1,13 +1,5 @@
{pkgs, ...}: { {...}: {
imports = [ imports = [
../../../../home-manager ../../../../home-manager
]; ];
home.packages = with pkgs; [
### Outdated macOS components
coreutils
vim
gnugrep
openssh
screen
];
} }