From 9b2131222a6724ec34af4fefc2cc2a540cdd7773 Mon Sep 17 00:00:00 2001 From: Mike Vink <59492084+ivi-vink@users.noreply.github.com> Date: Tue, 31 Dec 2024 18:34:27 +0100 Subject: update system --- machines/vm-aarch64.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines') 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; -- cgit v1.2.3