fix(telegram): preserve Wayland app ID in nixpak

This commit is contained in:
Ryan Yin
2026-07-31 17:35:31 +08:00
parent 41512097e5
commit 3aadd65a36
+2
View File
@@ -31,6 +31,8 @@ let
}; };
bubblewrap = { bubblewrap = {
# nixpak exposes /.flatpak-info, so Telegram uses FLATPAK_ID as its Wayland app ID.
env.FLATPAK_ID = appId;
bind.rw = [ bind.rw = [
sloth.xdgDocumentsDir sloth.xdgDocumentsDir
sloth.xdgDownloadDir sloth.xdgDownloadDir