Update flatpaks.nix

This commit is contained in:
ediblerope 2026-01-08 21:53:25 +00:00 committed by GitHub
parent 6756e3cc4f
commit 0d926ecaae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,14 +16,14 @@
packages = [
"app.zen_browser.zen"
"org.equicord.equibop"
"dev.vencord.Vesktop"
];
overrides = {
"app.zen_browser.zen" = {
Context.filesystems = [ "home:rw" ];
};
"org.equicord.equibop" = {
"dev.vencord.Vesktop" = {
Context.filesystems = [ "home:rw" ];
};
};