Starship: enable and configure nix_shell module

This commit is contained in:
Toast 2023-10-11 00:49:37 +02:00
parent 5e8f1f8232
commit 5ec3c1c068

View file

@ -3,5 +3,12 @@
{ {
programs.starship = { programs.starship = {
enable = true; enable = true;
settings = {
nix_shell = {
disabled = false;
heuristic = true;
symbol = "";
};
};
}; };
} }