diff --git a/modules/programs/starship.nix b/modules/programs/starship.nix index 7c7819865..a38ce4d8b 100644 --- a/modules/programs/starship.nix +++ b/modules/programs/starship.nix @@ -85,7 +85,7 @@ in { fi ''; - programs.fish.shellInit = mkIf cfg.enableFishIntegration '' + programs.fish.promptInit = mkIf cfg.enableFishIntegration '' if test -z "$INSIDE_EMACS" eval (${cfg.package}/bin/starship init fish) end