aboutsummaryrefslogtreecommitdiff
path: root/core/env.nix
diff options
context:
space:
mode:
Diffstat (limited to 'core/env.nix')
-rw-r--r--core/env.nix4
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";
- };
};
}