Update flatpaks.nix

This commit is contained in:
ediblerope 2025-12-25 11:32:15 +00:00 committed by GitHub
parent 0281664b71
commit 38bc0b4511
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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