summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorMike Vink <59492084+ivi-vink@users.noreply.github.com>2024-12-31 18:34:27 +0100
committerMike Vink <59492084+ivi-vink@users.noreply.github.com>2024-12-31 18:34:27 +0100
commit9b2131222a6724ec34af4fefc2cc2a540cdd7773 (patch)
tree370399a7551adefc6d2e9bc487abe2cd58825414 /machines
parent14fd73852847615a9de28b04e08e27b373e9e6be (diff)
update system
Diffstat (limited to 'machines')
-rw-r--r--machines/vm-aarch64.nix4
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;