diff --git a/hosts/common/programs/komikku.nix b/hosts/common/programs/komikku.nix index 0a37836a4..2cb0ce79c 100644 --- a/hosts/common/programs/komikku.nix +++ b/hosts/common/programs/komikku.nix @@ -11,6 +11,7 @@ }); sandbox.net = "clearnet"; + sandbox.whitelistDbus.user.own = [ "info.febvre.Komikku" ]; #< fails to start if it can't connect to dbus sandbox.whitelistDri = true; #< required sandbox.whitelistWayland = true;