fish: pick up completion files from other packages

Some packages bring their own completions in
/share/fish/vendor_completions.d. Now they are picked up by fish from
every path in NIX_PROFILES.
This commit is contained in:
Profpatsch
2016-04-08 04:13:41 +02:00
parent 9f1576313d
commit a011083cda
3 changed files with 7 additions and 1 deletions

View File

@@ -101,6 +101,9 @@ in
end
'';
# include programs that bring their own completions
environment.pathsToLink = [ "/share/fish/vendor_completions.d" ];
environment.systemPackages = [ pkgs.fish ];
environment.shells = [