programs.fish.completions
Home-Manager option
Custom fish completions. For more information see https://fishshell.com/docs/current/completions.html.
type: attribute set of (strings concatenated with “\n” or (submodule))Default
{ }Example
declared in: <home-manager/modules/programs/fish.nix>source unavailable{ my-prog = '' complete -c myprog -s o -l output ''; my-app = { body = '' complete -c myapp -s -v ''; }; }