all repos — nixfiles @ 2b02b1ab144c1c59cbd8b8f1dbfd1c00044e8237

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

shell: Let's try xonsh for a while
Alan Pearce alan@alanpearce.eu
Sat, 23 Sep 2017 10:25:03 +0200
commit

2b02b1ab144c1c59cbd8b8f1dbfd1c00044e8237

parent

2c98b8c453cac66b09b6e2f505c336ce3f01663d

1 files 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