{ ... }: { imports = [ ./default.nix ]; programs = { fish.enable = true; fzf.enableFishIntegration = true; keychain.enableFishIntegration = true; starship.enableFishIntegration = true; }; }