From 1b60fdc6dbec9a596fd9a85fa40b34d974b57049 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 29 Jan 2025 08:13:13 +0000 Subject: [PATCH] Add starship indicator for nushell again --- system/home/shell/starship.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/home/shell/starship.nix b/system/home/shell/starship.nix index f678fdea..e2f79749 100644 --- a/system/home/shell/starship.nix +++ b/system/home/shell/starship.nix @@ -59,6 +59,7 @@ shell = { disabled = false; format = "using [$indicator]($style) "; + nu_indicator = "ν"; }; status = { disabled = false;