shell: Let's try xonsh for a while
1 file 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