From e934c3e5032c0437c0aae3c626b23ed5b1eceb50 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Wed, 13 May 2026 19:38:14 +0200 Subject: Update and fix c10y and TERM being set to "nvim" --- home-modules/apps/nvim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-modules/apps/nvim') diff --git a/home-modules/apps/nvim/default.nix b/home-modules/apps/nvim/default.nix index 4dfbd17..4c77646 100644 --- a/home-modules/apps/nvim/default.nix +++ b/home-modules/apps/nvim/default.nix @@ -16,7 +16,7 @@ in config = lib.mkIf config.homeapps.nvim.enable { home.sessionVariables = { - TERM = "nvim"; + EDITOR = "nvim"; }; programs.neovim = { -- cgit v1.3.1