From 166835b305bdea06f474a5ca0b990cd70ebccb64 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Mon, 20 Nov 2023 09:31:46 +0100 Subject: [PATCH] fix package in starship prompt --- modules/shell/starship.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/shell/starship.nix b/modules/shell/starship.nix index f6338d0..570a101 100644 --- a/modules/shell/starship.nix +++ b/modules/shell/starship.nix @@ -30,6 +30,10 @@ format = "\\[[$symbol($version)]($style)\\]"; symbol = " "; }; + package = { + format = "\\[[$symbol$version]($style)\\]"; + symbol = " "; + }; }; }; };