This commit is contained in:
Ryan Yin
2025-07-12 15:55:13 +08:00
parent d4847c44ce
commit b9c1b10135
4 changed files with 978 additions and 39 deletions
+4 -1
View File
@@ -3,6 +3,9 @@
programs.starship = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
enableNushellIntegration = true;
settings = {
character = {
success_symbol = "[](bold green)";
@@ -10,4 +13,4 @@
};
};
};
}
}