mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-28 22:07:12 +02:00
fix(telegram): preserve Wayland app ID in nixpak
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user