diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-05-13 19:38:14 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-05-13 19:38:14 +0200 |
| commit | e934c3e5032c0437c0aae3c626b23ed5b1eceb50 (patch) | |
| tree | 93114783a0b23eb018abe8955d3af0e0d1638444 /home-modules/apps | |
| parent | 2e96b20f6dc6ae0aac2ca58db111d00ac0d7ca85 (diff) | |
Update and fix c10y and TERM being set to "nvim"
Diffstat (limited to 'home-modules/apps')
| -rw-r--r-- | home-modules/apps/nvim/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |
