From 1a45bc736bead8086eed5f3cf140102e8953e7e3 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 25 Feb 2024 11:08:54 +0100 Subject: remote --- machines/work.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'machines') diff --git a/machines/work.nix b/machines/work.nix index 231028a..bf9c4e0 100644 --- a/machines/work.nix +++ b/machines/work.nix @@ -38,6 +38,8 @@ pkgs.python311 pkgs.mpv pkgs.kubelogin + pkgs.zsh + pkgs.bashInteractive ]; hm.home.sessionPath = [ "/opt/homebrew/bin" @@ -129,8 +131,10 @@ # The platform the configuration will be used on. nixpkgs.hostPlatform = "aarch64-darwin"; users.users.${ivi.username} = { - shell = pkgs.bashInteractive; + shell = pkgs.zsh; }; - environment.shells = [pkgs.bashInteractive]; + environment.shells = [pkgs.bashInteractive pkgs.zsh]; + environment.pathsToLink = [ "/share/zsh" ]; + programs.zsh.enable = true; }; } -- cgit v1.2.3