diff --git a/roles/common/programs/starship.nix b/roles/common/programs/starship.nix index 81340bf..7b33a20 100644 --- a/roles/common/programs/starship.nix +++ b/roles/common/programs/starship.nix @@ -3,5 +3,12 @@ { programs.starship = { enable = true; + settings = { + nix_shell = { + disabled = false; + heuristic = true; + symbol = ""; + }; + }; }; }