update starship to show nix shell

This commit is contained in:
TheWanderingCrow 2025-01-06 13:55:55 -05:00
parent b89a3beac5
commit addee4cfc4

View file

@ -47,6 +47,12 @@
style = "bg:#1d2230"; style = "bg:#1d2230";
format = "[[ $time ](fg:#a0a9cb bg:#1d2230)]($style)"; format = "[[ $time ](fg:#a0a9cb bg:#1d2230)]($style)";
}; };
nix_shell = {
disabled = false;
symbol = " ";
style = "bold blue";
};
}; };
}; };
users.defaultUserShell = pkgs.zsh; users.defaultUserShell = pkgs.zsh;