From addee4cfc4fcfc6caffece176f99b5a65d84e3a8 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 6 Jan 2025 13:55:55 -0500 Subject: [PATCH] update starship to show nix shell --- modules/software/usershell.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/software/usershell.nix b/modules/software/usershell.nix index 34c16d4..ae7d5da 100644 --- a/modules/software/usershell.nix +++ b/modules/software/usershell.nix @@ -47,6 +47,12 @@ style = "bg:#1d2230"; format = "[[  $time ](fg:#a0a9cb bg:#1d2230)]($style)"; }; + nix_shell = { + disabled = false; + symbol = "❄️ "; + style = "bold blue"; + }; + }; }; users.defaultUserShell = pkgs.zsh;