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
+8 -2
View File
@@ -28,6 +28,12 @@ gc:
show:
nix flake show
# Check flake for errors
# Check configs evaluate without errors (platform-aware, avoids cross-platform IFD)
[macos]
check:
nix flake check --no-build
@nix eval .#darwinConfigurations.mac-mini.system > /dev/null && echo "mac-mini: ok"
@nix eval .#darwinConfigurations.macbook-air.system > /dev/null && echo "macbook-air: ok"
[linux]
check:
@nix eval .#nixosConfigurations.wsl.config.system.build.toplevel > /dev/null && echo "wsl: ok"