{ pkgs, myConfig, ... }: { programs.fish = { interactiveShellInit = '' set fish_greeting fish_vi_key_bindings zoxide init fish | source ''; }; }