From 8f2da056bd8dca9e18fd6d080a022373099b94d6 Mon Sep 17 00:00:00 2001 From: Mats Rauhala Date: Wed, 3 Jul 2024 19:22:22 +0300 Subject: [PATCH] Using myVim was problematic Problematic because it relies it existing from somewhere magically --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 18e0398..6d375ab 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,6 @@ }; enableAutosuggestions = true; sessionVariables = { - EDITOR = "${pkgs.myVim}/bin/vim"; PAGER = "less"; }; history = {