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 = {