diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-04 22:48:00 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:45 -0700 |
| commit | 7d3017f16deba3d04bd8ddd76f2531867b3ead78 (patch) | |
| tree | 39cbe8aa3d485bbd0da84331c4bc4a1162914aee /core/env.nix | |
| parent | 6ac2d7a349292124dc17a7cd1127e0e8c4c53982 (diff) | |
migration: vim
Diffstat (limited to 'core/env.nix')
| -rw-r--r-- | core/env.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/env.nix b/core/env.nix index e67c555..5d8679e 100644 --- a/core/env.nix +++ b/core/env.nix @@ -3,9 +3,5 @@ { environment = { localBinInPath = true; - - variables = { - EDITOR = "${pkgs.vim}/bin/vim"; - }; }; } |