nixos/system/zsh.nix
2025-02-27 01:31:04 +01:00

4 lines
84 B
Nix

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