mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: enable linking zsh completions
This commit is contained in:
parent
2eb46a736b
commit
976ebbe755
1 changed files with 4 additions and 0 deletions
|
@ -34,4 +34,8 @@
|
||||||
# times of 1-2 seconds. Disable the completion here and only keep the home-manager one to fix it.
|
# times of 1-2 seconds. Disable the completion here and only keep the home-manager one to fix it.
|
||||||
enableCompletion = false;
|
enableCompletion = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# But still link all completions from all packages so they
|
||||||
|
# can be found by zsh
|
||||||
|
environment.pathsToLink = ["/share/zsh"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue