From 2b02b1ab144c1c59cbd8b8f1dbfd1c00044e8237 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 23 Sep 2017 10:25:03 +0200 Subject: shell: Let's try xonsh for a while --- modules/shell.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') diff --git a/modules/shell.nix b/modules/shell.nix index dd511cd..3ea43ad 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -5,6 +5,9 @@ promptInit = ""; }; programs.bash.enableCompletion = true; + programs.xonsh = { + enable = true; + }; environment.systemPackages = with pkgs; [ vim -- cgit 1.4.1