1
Fork 0
satellite/hosts/nixos/common/global/fish.nix

11 lines
162 B
Nix
Raw Normal View History

2023-01-10 02:38:06 +01:00
{
programs.fish = {
enable = true;
vendor = {
completions.enable = true;
config.enable = true;
functions.enable = true;
};
};
}