{ vars, pkgs, ... }: { programs.fish = { enable = true; interactiveShellInit = '' function fish_greeting if status is-interactive fastfetch end end ''; }; }