programs: koreader: remove "sandbox.embedProfile = true"

i guess this was set while i was debugging
This commit is contained in:
Colin 2024-02-12 11:33:55 +00:00
parent 7c05d221d6
commit f9a998eb92

View File

@ -49,7 +49,6 @@ in {
sandbox.wrapperType = "wrappedDerivation";
sandbox.net = "clearnet";
sandbox.whitelistDri = true; # reduces startup time and subjective page flip time
sandbox.embedProfile = true;
sandbox.extraHomePaths = [
"Books"
];