Files
dotfiles/hosts/common/global/fish.nix
2025-04-22 22:12:45 +02:00

11 lines
162 B
Nix

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