NixToSee/modules/software/shell.nix

4 lines
84 B
Nix

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