From 6318be44b209c3478d3c614a5ab0287468de2081 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 27 Mar 2023 16:38:44 -0400 Subject: [PATCH] Set nvim to default editor --- homeConfig/home.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/homeConfig/home.nix b/homeConfig/home.nix index b085bd8..b54d0a1 100644 --- a/homeConfig/home.nix +++ b/homeConfig/home.nix @@ -50,6 +50,7 @@ enable = true; viAlias = true; vimAlias = true; + defaultEditor = true; plugins = with pkgs; [ vimPlugins.nvim-treesitter.withAllGrammars @@ -63,11 +64,6 @@ }; }; -# SESSION VARIABLES - home.sessionVariables = { - EDITOR = "nvim"; - }; - # GPG SSH AGENT home.sessionVariables = {