diff options
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/vm-aarch64.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/vm-aarch64.nix b/machines/vm-aarch64.nix index 21c4a06..f0ee056 100644 --- a/machines/vm-aarch64.nix +++ b/machines/vm-aarch64.nix @@ -47,9 +47,9 @@ services.pcscd.enable = true; sops.age.keyFile = "${config.hm.xdg.configHome}/sops/age/keys.txt"; - my.shell = pkgs.zsh; + my.shell = pkgs.nushell; - environment.shells = [pkgs.bashInteractive pkgs.zsh]; + environment.shells = [pkgs.bashInteractive pkgs.zsh pkgs.nushell]; environment.pathsToLink = [ "/share/zsh" ]; programs.zsh.enable = true; |
