{ config, lib, pkgs, ... }: { programs.starship = { enable = true; enableFishIntegration = true; settings = { add_newline = true; command_timeout = 10000; scan_timeout = 10; character = { success_symbol = "[➜](bold green)"; }; directory = { truncation_length = 100; tuncate_to_repo = false; }; }; }; }