modules/programs: remove ~/.config/mimeo from sandbox defaults

This commit is contained in:
Colin 2024-02-11 23:35:27 +00:00
parent b6bf8720c9
commit 0861edd7f9

View File

@ -62,9 +62,7 @@ let
vpn.dns
else
null;
allowedHomePaths = builtins.attrNames fs ++ builtins.attrNames persist.byPath ++ sandbox.extraHomePaths ++ [
".config/mimeo" #< TODO: required, until i fully integrate xdg-open into sandboxing. else, `xdg-open https://...` inifinite-loops.
];
allowedHomePaths = builtins.attrNames fs ++ builtins.attrNames persist.byPath ++ sandbox.extraHomePaths;
allowedRootPaths = [
"/nix/store"
"/bin/sh"