1
Fork 0
satellite/hosts/nixos/common/global/cli/fish.nix
2023-12-10 23:48:46 +01:00

11 lines
162 B
Nix

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