diff --git a/hosts/common/programs/audacity.nix b/hosts/common/programs/audacity.nix index 84e93d620..bffa84b79 100644 --- a/hosts/common/programs/audacity.nix +++ b/hosts/common/programs/audacity.nix @@ -16,7 +16,7 @@ buildCost = 1; - sandbox.method = "bwrap"; + sandbox.method = "bunpen"; sandbox.whitelistAudio = true; sandbox.whitelistWayland = true; sandbox.autodetectCliPaths = "existingFile";