shell: Let's try xonsh for a while
Alan Pearce alan@alanpearce.eu
Sat, 23 Sep 2017 10:25:03 +0200
1 files changed, 3 insertions(+), 0 deletions(-)
jump to
M modules/shell.nix → modules/shell.nix
@@ -5,6 +5,9 @@ enable = true; promptInit = ""; }; programs.bash.enableCompletion = true; + programs.xonsh = { + enable = true; + }; environment.systemPackages = with pkgs; [ vim