Xonsh glow-ups

Move xonsh header/footer to separate files
Add gregpy as the default Python version used in xonsh
Add Nix profile to PATH in xonsh ahead of tmux path mangling to allow
python3 with modules to be discovered
This commit is contained in:
Greg Hellings
2022-11-10 10:54:22 -06:00
parent 7c9450f60b
commit d1344fa2bd
5 changed files with 101 additions and 96 deletions
+1
View File
@@ -56,6 +56,7 @@ in rec {
};
xonsh = super.xonsh.overridePythonAttrs (old: rec{
python3 = self.gregpy;
propagatedBuildInputs = old.propagatedBuildInputs ++ [ my-py-addons.xonsh-direnv ];
});