zsh: set nix-zsh-completions as lowPrio to avoid subpath conflict
This commit is contained in:
parent
a0a01d8811
commit
167e0b6837
1 changed files with 4 additions and 1 deletions
|
|
@ -478,7 +478,10 @@ in
|
|||
}
|
||||
|
||||
{
|
||||
home.packages = [ cfg.package ] ++ lib.optional cfg.enableCompletion pkgs.nix-zsh-completions;
|
||||
home.packages = [
|
||||
cfg.package
|
||||
]
|
||||
++ lib.optional cfg.enableCompletion (lib.lowPrio pkgs.nix-zsh-completions);
|
||||
|
||||
# NOTE: Always include "main" highlighter with normal priority.
|
||||
# Option default priority will cause `main` to get dropped by customization.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue