mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 18:42:04 +00:00
Merge pull request #857 from lonerOrz/fix/check
fix(program-checker): Improve Telegram detection for NixOS
This commit is contained in:
@@ -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"]
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user