fix: starship 改用 Tokyo Night 内联配置,修复跨平台 catppuccin IFD 问题

This commit is contained in:
2026-04-11 02:07:41 +08:00
parent c7635e1250
commit 05b6af19ea
3 changed files with 60 additions and 22 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
catppuccin = {
enable = true;
flavor = "mocha";
nvim.enable = false; # catppuccin-nvim require check broken in nixpkgs
nvim.enable = false;
starship.enable = false;
};
}