diff options
| author | Grisha Shipunov | 2026-08-01 21:10:54 +0000 |
|---|---|---|
| committer | Grisha Shipunov | 2026-08-01 21:10:54 +0000 |
| commit | 00b61b78910ad3bcb9cdefecced845419eb7c550 (patch) | |
| tree | 0678135005e8a906fdf161bf9520d33265b39807 /modules | |
| parent | 29adf5b172684bdd77c8645d300a6865e5c41875 (diff) | |
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/basic-tools/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
