From 4a558ae20a9134ec5b233f31dee508a609952949 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 19 Jan 2024 14:07:17 +0900 Subject: [PATCH] test --- .../common/software/cli/bash.d/starship-theme.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/home-manager/common/software/cli/bash.d/starship-theme.nix b/home-manager/common/software/cli/bash.d/starship-theme.nix index 987ab93c..36a0fc0e 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -88,16 +88,8 @@ in format = "[$all_status$ahead_behind ]($style)"; }; - nodejs = { - symbol = ""; - style = "bg:#86BBD8"; - format = "[ $symbol ($version) ]($style)"; - }; - - nim = { - symbol = "󰆥 "; - style = "bg:#86BBD8"; - format = "[ $symbol ($version) ]($style)"; + status = { + enable = true; }; time = {