mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-09-17 23:41:21 +02:00
fix: issue #202
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
settings = {
|
||||
character = {
|
||||
success_symbol = "[›](bold green)";
|
||||
@@ -10,4 +13,4 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user