add xonsh to work-wsl

This commit is contained in:
Andreas Zweili 2022-01-21 13:49:18 +01:00
parent 05d57dd7f1
commit c56d4e6a36

View File

@ -12,6 +12,9 @@ in
];
programs.git.userEmail = "zweili@contria.com";
home.packages = with pkgs; [
xonsh
];
programs.bash = {
enable = true;