diff --git a/users/modules/config/shell/starship.nix b/users/modules/config/shell/starship.nix index 6140e27..7691c66 100644 --- a/users/modules/config/shell/starship.nix +++ b/users/modules/config/shell/starship.nix @@ -19,7 +19,6 @@ "($jobs )" "($python )" "($rust )" - "($nix_shell )" "$time" ]; @@ -80,10 +79,6 @@ "[($ahead_behind )](green)" ]; }; - nix_shell = { - format = ''[$symbol$state( \($name\))]($style)''; - heuristic = true; # Also detect nix shell - }; status = { disabled = false; pipestatus = true;