From ccd644c21ebe8a81806bf5c880ba204e2ebd1cf4 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 26 Aug 2024 10:00:38 +0200 Subject: update --- machines/vm-aarch64.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'machines') diff --git a/machines/vm-aarch64.nix b/machines/vm-aarch64.nix index 17e6004..5ba1837 100644 --- a/machines/vm-aarch64.nix +++ b/machines/vm-aarch64.nix @@ -1,5 +1,5 @@ # https://github.com/mitchellh/nixos-config/blob/main/machines/vm-aarch64-prl.nix -{ self, config, pkgs, lib, ... }: { +{ self, config, pkgs, lib, ... }: with lib; { imports = [ (self + "/profiles/vmware-guest.nix") ]; @@ -32,9 +32,8 @@ services.pcscd.enable = true; sops.age.keyFile = "${config.hm.xdg.configHome}/sops/age/keys.txt"; - users.users.${lib.ivi.username} = { - shell = pkgs.zsh; - }; + my.shell = pkgs.zsh; + environment.shells = [pkgs.bashInteractive pkgs.zsh]; environment.pathsToLink = [ "/share/zsh" ]; programs.zsh.enable = true; -- cgit v1.2.3