1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat: enable linking zsh completions

This commit is contained in:
oddlama 2024-06-24 12:51:23 +02:00
parent 2eb46a736b
commit 976ebbe755
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -34,4 +34,8 @@
# times of 1-2 seconds. Disable the completion here and only keep the home-manager one to fix it.
enableCompletion = false;
};
# But still link all completions from all packages so they
# can be found by zsh
environment.pathsToLink = ["/share/zsh"];
}