From c23c496066aa95e280f915eae0b0ec42e8b5d02b Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 24 Jan 2024 05:33:53 +0000 Subject: [PATCH] programs: tuba: sandbox with bwrap it complains "Fontconfig error: No writable cache directories" seeeeeveral times. not sure if that's new or not. no obvious consequences. --- hosts/common/programs/tuba.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/programs/tuba.nix b/hosts/common/programs/tuba.nix index 49488687..d79c8738 100644 --- a/hosts/common/programs/tuba.nix +++ b/hosts/common/programs/tuba.nix @@ -1,6 +1,7 @@ { ... }: { sane.programs.tuba = { + sandbox.method = "bwrap"; suggestedPrograms = [ "gnome-keyring" ]; }; }