dotfiles/hosts/common/global/fish.nix

10 lines
161 B
Nix
Raw Normal View History

2023-09-24 00:14:49 +00:00
{
programs.fish = {
enable = true;
vendor = {
completions.enable = true;
config.enable = true;
functions.enable = true;
};
};
}