pantheon/users/modules/programs/zsh.nix
2025-03-14 13:33:14 +08:00

8 lines
176 B
Nix

{
programs.zsh = {
enable = true;
enableCompletion = true;
enableVteIntegration = true;
# TODO: Look into whether we need to add the history attribute
};
}