From e03db91dedd6d731d92e02fd44e49b22e771cd80 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 21 Apr 2022 12:42:56 +0000 Subject: [PATCH] Fix path to EDITOR --- profiles/base/xonsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/xonsh.nix b/profiles/base/xonsh.nix index b49ebc8..9456475 100644 --- a/profiles/base/xonsh.nix +++ b/profiles/base/xonsh.nix @@ -13,7 +13,7 @@ import os $TIMEFORMAT = '%3Uu %3Ss %3lR %P%%' $CLICOLOR = 1 $LSCOLORS = 'ExGxBxDxCxEgEdxbxgxcxd' -$EDITOR = '${pkgs.vim}/vim' +$EDITOR = '${pkgs.vim}/bin/vim' $PKG_CONFIG_PATH = '/usr/local/lib/pkgconfig' # Tells vox where to find virtualenvs $VIRTUALENV_HOME = $HOME + '/venv/'