Files
nixos-config/modules/home-manager/base/shell/zsh.nix
2025-08-12 19:08:49 +00:00

6 lines
47 B
Nix

{
programs.zsh = {
enable = true;
};
}