nixos-config/system/set-dev.nix

5 lines
49 B
Nix

{ ... }
{
users.defaultUserShell = pkgs.zsh;
}