1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Remove starship prompt

This commit is contained in:
RGBCube 2023-05-07 23:30:32 +03:00
parent a38e164431
commit 1aabfa2475

View file

@ -2,6 +2,10 @@
homeManagerConfiguration "nixos" {
programs.starship.enable = true;
programs.starship.settings.character = {
success_symbol = "";
error_symbol = "";
};
programs.nushell.enable = true;
programs.nushell = {