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 = {
|
programs = {
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
zsh = {
|
zsh.enable = true;
|
||||||
enable = true;
|
|
||||||
enableGlobalCompInit = false;
|
|
||||||
};
|
|
||||||
nix-ld.enable = true;
|
nix-ld.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user