Files
nixos-config/modules/home-manager/zsh.nix
2025-08-14 12:33:13 +00:00

6 lines
47 B
Nix

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