From da84f1c3ec2756056cdb58baf387623ab18f87ef Mon Sep 17 00:00:00 2001 From: ctrl-kitty Date: Thu, 15 Jan 2026 12:58:43 +0300 Subject: [PATCH] nixos/starship: add package to systemPackages Fixes #380540 --- nixos/modules/programs/starship.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/programs/starship.nix b/nixos/modules/programs/starship.nix index 97339c8119ec..83b3fcac9391 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