Update flatpaks.nix
This commit is contained in:
parent
38bc0b4511
commit
b41f68d4f8
1 changed files with 2 additions and 2 deletions
|
|
@ -16,14 +16,14 @@
|
||||||
|
|
||||||
packages = [
|
packages = [
|
||||||
"app.zen_browser.zen"
|
"app.zen_browser.zen"
|
||||||
"dev.vencord.vesktop"
|
"ddev.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" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue