feat(host/orion): enable bash completion in zsh
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2024-07-19 00:47:27 -05:00
parent b6ac447713
commit 8a03a7d9a3
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -2,7 +2,11 @@
{ {
programs = { programs = {
dconf.enable = true; dconf.enable = true;
zsh.enable = true; zsh = {
enable = true;
enableCompletion = true;
enableBashCompletion = true;
};
nix-ld.enable = true; nix-ld.enable = true;
}; };
} }