From b1c8bbab2646663de51422fd5d3f3ee5860dce38 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 15 Oct 2025 23:18:01 -0500 Subject: [PATCH] Set editor in Xonsh --- home/baseline/xonsh.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/home/baseline/xonsh.nix b/home/baseline/xonsh.nix index 846ac4a..4e5983b 100644 --- a/home/baseline/xonsh.nix +++ b/home/baseline/xonsh.nix @@ -1,4 +1,9 @@ -{ pkgs, config, ... }: +{ + config, + lib, + pkgs, + ... +}: { # Programs that are used in the settings file @@ -43,6 +48,8 @@ GOPATH = "${config.home.homeDirectory}/src/go"; GOBIN = "${config.home.homeDirectory}/src/bin"; + + EDITOR = lib.getExe config.programs.neovim.package; }; aliases = {