From 33e72c839ad51a6bbc94c4f92d7f826a3d570d8c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 7 Aug 2025 01:43:27 +0100 Subject: [PATCH] starship: enable SHLVL --- modules2/starship/shlvl.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules2/starship/shlvl.nix diff --git a/modules2/starship/shlvl.nix b/modules2/starship/shlvl.nix new file mode 100644 index 00000000..bceec83b --- /dev/null +++ b/modules2/starship/shlvl.nix @@ -0,0 +1,8 @@ +{ + flake.modules.homeManager.base.programs.starship.settings.shlvl = { + disabled = false; + style = "bold red"; + symbol = ""; + threshold = 2; + }; +}