nix-files/hosts/common/programs/tuba.nix
Colin c23c496066 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.
2024-01-24 05:34:10 +00:00

8 lines
118 B
Nix

{ ... }:
{
sane.programs.tuba = {
sandbox.method = "bwrap";
suggestedPrograms = [ "gnome-keyring" ];
};
}