{ ... }: { imports = [ ./shell ]; xdg.configFile."starship.toml".source = ./config/starship.toml; programs.starship = { enable = true; enableBashIntegration = true; enableZshIntegration = true; enableFishIntegration = true; }; }