nixos/system/zsh.nix
2024-06-07 17:41:17 +02:00

4 lines
84 B
Nix

{pkgs, ...}: {
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
}