nixos/starship add package to systemPackages (#480326)

This commit is contained in:
Adam C. Stephens
2026-04-18 12:43:56 +00:00
committed by GitHub
+1
View File
@@ -109,6 +109,7 @@ in
};
config = lib.mkIf cfg.enable {
environment.systemPackages = [ cfg.package ];
programs.bash.${initOption} = ''
if [[ $TERM != "dumb" ]]; then
# don't set STARSHIP_CONFIG automatically if there's a user-specified