darwin: remove some pacakges
this works for homebrew and doesnt work on nix due to $PATH orders
This commit is contained in:
parent
47fdb5cf6e
commit
26b5a42b61
1 changed files with 1 additions and 9 deletions
|
@ -1,13 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
{...}: {
|
||||
imports = [
|
||||
../../../../home-manager
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
### Outdated macOS components
|
||||
coreutils
|
||||
vim
|
||||
gnugrep
|
||||
openssh
|
||||
screen
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue