From 0861edd7f99ffcba08867c1e1d6473656b367bd8 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 11 Feb 2024 23:35:27 +0000 Subject: [PATCH] modules/programs: remove ~/.config/mimeo from sandbox defaults --- modules/programs/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/programs/default.nix b/modules/programs/default.nix index 8a9e8888..9050d5fd 100644 --- a/modules/programs/default.nix +++ b/modules/programs/default.nix @@ -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"