{tokyonight, ...}: { imports = [./default.nix]; programs = { fish = { enable = true; plugins = [ { name = "tokyonight"; src = "${tokyonight}/extras/fish/tokyonight_night.fish"; } ]; }; fzf.enableFishIntegration = true; keychain.enableFishIntegration = true; starship.enableFishIntegration = true; }; }