fix(program-checker): Improve Telegram detection for NixOS

This commit is contained in:
loner
2025-11-24 19:44:22 +08:00
parent 73b6aa8c47
commit fab0d3d8db
+1 -1
View File
@@ -184,7 +184,7 @@ Singleton {
"codeAvailable": ["which", "code"],
"gnomeCalendarAvailable": ["which", "gnome-calendar"],
"spicetifyAvailable": ["which", "spicetify"],
"telegramAvailable": ["which", "telegram-desktop"],
"telegramAvailable": ["sh", "-c", "which telegram-desktop || which Telegram"],
"cavaAvailable": ["which", "cava"]
})