1
Fork 0
satellite/hosts/nixos/common/global/fish.nix
2023-01-10 02:38:06 +01:00

11 lines
162 B
Nix

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