new_nix/hosts/common/global/zsh.nix
2025-03-15 18:24:06 +01:00

5 lines
47 B
Nix

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