mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 05:29:42 +00:00
10 lines
230 B
Nix
10 lines
230 B
Nix
{
|
|
# enable completions for system packages
|
|
# and other stuff
|
|
environment.pathsToLink = [
|
|
"/share/zsh" # zsh completions
|
|
"/share/bash-completion" # bash completions
|
|
"/share/nix-direnv" # direnv completions
|
|
];
|
|
}
|