dotfiles/nixos/common/global/fish.nix
2024-12-03 21:58:58 -06:00

10 lines
No EOL
161 B
Nix

{
programs.fish = {
enable = true;
vendor = {
completions.enable = true;
config.enable = true;
functions.enable = true;
};
};
}