nixos/starship: add package to systemPackages

Fixes #380540
This commit is contained in:
ctrl-kitty
2026-01-15 13:27:34 +03:00
parent 4f6e174127
commit da84f1c3ec
+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