diff --git a/apps/core/starship/disabled.nix b/apps/core/starship/disabled.nix index abf887a..c93c5a3 100644 --- a/apps/core/starship/disabled.nix +++ b/apps/core/starship/disabled.nix @@ -2,6 +2,5 @@ hm.programs.starship.settings = { package.disabled = true; - nix_shell.disabled = true; # Breaks nix-direnv, and doesn't really work anyways }; } diff --git a/apps/core/starship/starship.nix b/apps/core/starship/starship.nix index d7ab4c5..5146914 100644 --- a/apps/core/starship/starship.nix +++ b/apps/core/starship/starship.nix @@ -58,4 +58,11 @@ unloaded_msg = "UNLOADED"; }; + hm.programs.starship.settings.nix_shell = + { + disabled = false; + format = "[$symbol$state( \($name\))]($style)"; + heuristic = true; + }; + }