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 = {
shells = with pkgs; [ zsh ];
variables = {
EDITOR = "micro";
VISUAL = "micro";
EDITOR = "nvim";
VISUAL = "nvim";
};
systemPackages = with pkgs; [
# Terminal
git
micro
# Containers
colima
docker-client