diff options
Diffstat (limited to 'modules/shell.nix')
-rw-r--r-- | modules/shell.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 |