Fish: Difference between revisions

imported>Nix
m add Software/Applications subcategory
imported>Jhh
No edit summary
Line 25: Line 25:
     };
     };
   }];
   }];
</syntaxhighlight>
==Fish completions==
You can enable the fish shell with home manager, but to enable vendor fish completions provided by Nixpkgs you will also want to enable the fish shell in <code>/etc/nixos/configuration.nix</code>:
<syntaxhighlight lang="nix">
  programs.fish.enable = true;
</syntaxhighlight>
</syntaxhighlight>