Merge pull request #857 from lonerOrz/fix/check

fix(program-checker): Improve Telegram detection for NixOS
This commit is contained in:
Lemmy
2025-11-24 19:13:21 -05:00
committed by GitHub
+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"]
})