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 | |
| parent | 6ac2d7a349292124dc17a7cd1127e0e8c4c53982 (diff) | |
migration: vim
Diffstat (limited to 'core')
| -rw-r--r-- | core/env.nix | 4 | ||||
| -rw-r--r-- | core/packages.nix | 1 |
2 files changed, 0 insertions, 5 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"; - }; }; } diff --git a/core/packages.nix b/core/packages.nix index b0fffb8..fc8f8eb 100644 --- a/core/packages.nix +++ b/core/packages.nix @@ -7,7 +7,6 @@ moreutils git - vim wget killall jq |