# ABOUTME: Starship prompt configuration # ABOUTME: Enables the cross-shell prompt with default settings { config, pkgs, ... }: { programs.starship.enable = true; }