{ config, lib, pkgs, ... }: { programs.fish = { enable = true; interactiveShellInit = '' set fish_greeting ''; }; }