all repos — nixfiles @ 2b02b1ab144c1c59cbd8b8f1dbfd1c00044e8237

System and user configuration, managed by nix and home-manager

shell: Let's try xonsh for a while

Alan Pearce
commit

2b02b1ab144c1c59cbd8b8f1dbfd1c00044e8237

parent

2c98b8c453cac66b09b6e2f505c336ce3f01663d

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M modules/shell.nixmodules/shell.nix
@@ -5,6 +5,9 @@ enable = true;
promptInit = ""; }; programs.bash.enableCompletion = true; + programs.xonsh = { + enable = true; + }; environment.systemPackages = with pkgs; [ vim