dotfiles/modules/fish/default.nix
2024-01-25 00:55:35 -07:00

5 lines
149 B
Nix

{ ... }: {
# Although we are configuring fish in home manager, this is needed for vendor completions within fish.
programs.fish.enable = true;
}