1
0

fish.nix 162 B

12345678910
  1. {
  2. programs.fish = {
  3. enable = true;
  4. vendor = {
  5. completions.enable = true;
  6. config.enable = true;
  7. functions.enable = true;
  8. };
  9. };
  10. }