fix(mac): switch git editor to nvim, remove micro

This commit is contained in:
Michael Thomas 2023-11-13 12:43:03 -05:00
parent 05522c6325
commit 138fc0de19

View File

@ -14,13 +14,12 @@
environment = { environment = {
shells = with pkgs; [ zsh ]; shells = with pkgs; [ zsh ];
variables = { variables = {
EDITOR = "micro"; EDITOR = "nvim";
VISUAL = "micro"; VISUAL = "nvim";
}; };
systemPackages = with pkgs; [ systemPackages = with pkgs; [
# Terminal # Terminal
git git
micro
# Containers # Containers
colima colima
docker-client docker-client