From f0b5e57ff20f613e236b742c9f90ba9c0a2f85ec Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 30 Jun 2026 12:51:11 -0400 Subject: set EDITOR and VISUAL env vars to nvim --- common-darwin.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common-darwin.nix b/common-darwin.nix index e248521..9170c92 100644 --- a/common-darwin.nix +++ b/common-darwin.nix @@ -34,6 +34,10 @@ tealdeer ]; + environment.variables = { + EDITOR = "nvim"; + VISUAL = "nvim"; + }; nix.gc = { automatic = true; interval.Day = 7; -- cgit v1.3.1