From 7b592a8c05c6d67f682d5905a03d71d1ccb22635 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 6 Feb 2024 13:37:34 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/bash.d/starship-theme.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 81746e0c..6e41a986 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -50,6 +50,10 @@ in style = "bg:${orangeColor}"; disabled = true; }; + + nix_shell = { + disabled = false; + }; directory = { style = "fg:${blackColor} bg:${yellowColor}";