feat: update macOS's system config

This commit is contained in:
Ryan Yin
2023-08-01 10:37:04 +08:00
parent 08d8c4cbc5
commit 7c9cb5156f
2 changed files with 11 additions and 4 deletions

View File

@@ -20,6 +20,8 @@
neovim
git
nushell # my custom shell
gnugrep # replacee macos's grep
gnutar # replacee macos's tar
];
environment.variables.EDITOR = "nvim";
@@ -42,8 +44,6 @@
# homebrew need to be installed manually, see https://brew.sh
homebrew = {
# TODO Homebrew install takes a long time,
# So only enable this when you make changes.
enable = true;
onActivation = {