refactor(nix/host/orion): do not disable zsh
global compinit
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
This commit is contained in:
parent
3ffbc5e0e4
commit
0bee5d12df
@ -2,10 +2,7 @@
|
||||
{
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
zsh = {
|
||||
enable = true;
|
||||
enableGlobalCompInit = false;
|
||||
};
|
||||
zsh.enable = true;
|
||||
nix-ld.enable = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user