Loading nixos/modules/programs/starship.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
nixos/modules/programs/starship.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading