diff --git a/nixos/modules/programs/starship.nix b/nixos/modules/programs/starship.nix index 1a10b0a8780f..3f9ba0a02435 100644 --- a/nixos/modules/programs/starship.nix +++ b/nixos/modules/programs/starship.nix @@ -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