From 138fc0de19e080e71da0140264f9ca8eeb4b839e Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 13 Nov 2023 12:43:03 -0500 Subject: [PATCH] fix(mac): switch git editor to nvim, remove micro --- machines/mac/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/machines/mac/configuration.nix b/machines/mac/configuration.nix index b882fb8..5a40240 100644 --- a/machines/mac/configuration.nix +++ b/machines/mac/configuration.nix @@ -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