{ ... }: { programs.starship = { enable = true; enableBashIntegration = true; enableZshIntegration = true; enableFishIntegration = true; settings = { add_newline = false; command_timeout = 2000; battery = { disabled = true; display = [ { threshold = 10; style = "bold red"; } { threshold = 30; style = "bold yellow"; } ]; }; }; }; }