refactor(nix/host/orion): do not disable zsh global compinit
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s

This commit is contained in:
Price Hiller 2024-06-03 22:56:09 -05:00
parent 3ffbc5e0e4
commit 0bee5d12df
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -2,10 +2,7 @@
{
programs = {
dconf.enable = true;
zsh = {
enable = true;
enableGlobalCompInit = false;
};
zsh.enable = true;
nix-ld.enable = true;
};
}