From 2af4cbf42b4317c09ee6866c782e4a0c33f27238 Mon Sep 17 00:00:00 2001 From: Roman Lubij Date: Mon, 9 Mar 2026 09:18:40 +0100 Subject: [PATCH] Show venv in prompt if available --- common/modules/home/starship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/home/starship.nix b/common/modules/home/starship.nix index a703466..5184eb4 100644 --- a/common/modules/home/starship.nix +++ b/common/modules/home/starship.nix @@ -49,7 +49,7 @@ python = { symbol = "󰌠"; - format = "[](fg:#4B8BBE)[$symbol $version](bg:#4B8BBE fg:#FFFFFF)[](fg:#4B8BBE) "; + format = "[](fg:#4B8BBE)[$symbol( $virtualenv )$version](bg:#4B8BBE fg:#FFFFFF)[](fg:#4B8BBE) "; }; nodejs = {