nixos-config/user/usr-shell.nix

9 lines
95 B
Nix
Raw Normal View History

2024-08-06 17:16:22 +02:00
{ ... }
{
programs.zsh {
enable = true;
2024-08-06 17:30:23 +02:00
users.defaultUserShell = pkgs.zsh;
2024-08-06 17:16:22 +02:00
};
}