nixos/system/zsh.nix
2024-06-08 21:26:58 +02:00

4 lines
84 B
Nix

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