{ pkgs, ... }: { programs.fish.enable = true; home.shell.enableFishIntegration = true; programs.fish.functions = { fish_greeting = ""; }; }