{ pkgs, config, lib, ... }: with lib; { programs.starship = { enable = true; }; }