Update doc/concepts/overrides.md
Co-authored-by: Pacman99 <pachum99@myrdd.info>
This commit is contained in:
parent
c30e8c5ca2
commit
d852305c4c
|
@ -31,7 +31,7 @@ To pull zsh module from the `latest` channel this code can be placed in any modu
|
|||
```nix
|
||||
{ latestModulesPath }:
|
||||
{
|
||||
import = [ "${latestModulesPath}/programs/zsh/zsh.nix" ];
|
||||
imports = [ "${latestModulesPath}/programs/zsh/zsh.nix" ];
|
||||
disabledModules = [ "programs/zsh/zsh.nix" ];
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue