mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Remove starship prompt
This commit is contained in:
parent
a38e164431
commit
1aabfa2475
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
homeManagerConfiguration "nixos" {
|
homeManagerConfiguration "nixos" {
|
||||||
programs.starship.enable = true;
|
programs.starship.enable = true;
|
||||||
|
programs.starship.settings.character = {
|
||||||
|
success_symbol = "";
|
||||||
|
error_symbol = "";
|
||||||
|
};
|
||||||
|
|
||||||
programs.nushell.enable = true;
|
programs.nushell.enable = true;
|
||||||
programs.nushell = {
|
programs.nushell = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue