dots/users/price/conf/zsh/default.nix
Price Hiller f4e3c4a7eb
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m3s
refactor(hm/price): do not provide a custom compInit for zsh
2024-07-29 16:38:16 -05:00

9 lines
137 B
Nix

{ ... }:
{
programs.zsh = {
enable = true;
enableCompletion = true;
initExtra = builtins.readFile ./init-extra.zsh;
};
}