Commit da84f1c3 authored by ctrl-kitty's avatar ctrl-kitty
Browse files

nixos/starship: add package to systemPackages

Fixes #380540
parent 4f6e1741
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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