Update doc/concepts/overrides.md

Co-authored-by: Pacman99 <pachum99@myrdd.info>
This commit is contained in:
almostnobody 2021-06-08 22:24:24 +03:00 committed by GitHub
parent c30e8c5ca2
commit d852305c4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ];
}
```