From 00b61b78910ad3bcb9cdefecced845419eb7c550 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sat, 1 Aug 2026 21:10:54 +0000 Subject: set the editor explicitly --- modules/basic-tools/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/basic-tools/default.nix') diff --git a/modules/basic-tools/default.nix b/modules/basic-tools/default.nix index 0230760..1a4b8e4 100644 --- a/modules/basic-tools/default.nix +++ b/modules/basic-tools/default.nix @@ -69,6 +69,11 @@ e = "emacseditor -c -n"; }; + environment.variables = { + EDITOR = "nvim"; + VISUAL = "nvim"; + }; + programs.iftop.enable = true; programs.mosh.enable = true; -- cgit v1.3.1