diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index 98745e6c..f6c092c5 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -368,6 +368,13 @@ in "gnome.hitori".sandbox.wrapperType = "wrappedDerivation"; "gnome.hitori".sandbox.whitelistWayland = true; + hase.sandbox.method = "bwrap"; + hase.sandbox.wrapperType = "wrappedDerivation"; + hase.sandbox.net = "clearnet"; + hase.sandbox.whitelistAudio = true; + hase.sandbox.whitelistDri = true; + hase.sandbox.whitelistWayland = true; + inkscape.sandbox.method = "bwrap"; inkscape.sandbox.wrapperType = "wrappedDerivation"; inkscape.sandbox.whitelistWayland = true;