git-sync: brand tray icons for claude/codex history services

Use the desktop apps' hicolor theme icons (claude-desktop, codex-desktop)
for the git-sync-rs tray indicators instead of the generic git fallback.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 02:09:19 -07:00
parent fc280676f5
commit 942b987cc7

View File

@@ -23,6 +23,10 @@
repoIcons = {
org = "${pkgs.papirus-icon-theme}/share/icons/Papirus/64x64/mimetypes/text-org.svg";
password-store = "password";
# Brand logos from the desktop apps' hicolor theme icons (resolved by
# freedesktop name, like "password" above).
claude-history = "claude-desktop";
codex-history = "codex-desktop";
};
in {
home-manager.users.imalison = {config, ...}: {