diff --git a/nix/os/profiles/common/system.nix b/nix/os/profiles/common/system.nix index 08e49f7..b00e912 100644 --- a/nix/os/profiles/common/system.nix +++ b/nix/os/profiles/common/system.nix @@ -65,6 +65,7 @@ mv -Tf /lib64/.ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2 ''; + programs.zsh.enable = true; users.defaultUserShell = pkgs.zsh; environment.pathsToLink = [ "/share/zsh" ]; }