{ config, pkgs, lib, flakeRoot, ... }: { programs.starship = { enable = true; # enable Starship integration }; }