diff --git a/modules/darwin/apps.nix b/modules/darwin/apps.nix index 6fff3068..06d4d2ae 100644 --- a/modules/darwin/apps.nix +++ b/modules/darwin/apps.nix @@ -74,6 +74,7 @@ in { TERMINFO_DIRS = map (path: path + "/share/terminfo") config.environment.profiles ++ ["/usr/share/terminfo"]; # for security reasons, do not load neovim's user config + # since EDITOR may be used to edit some critical files EDITOR = "nvim --clean"; } # Set variables for you to manually install homebrew packages.