programs: loupe: remove the dbus services to make it work with Firefox

This commit is contained in:
2024-02-15 11:36:24 +00:00
parent 40af8b95fd
commit d36e269edd

View File

@@ -1,6 +1,9 @@
{ pkgs, ... }:
{
sane.programs.loupe = {
# loupe is marked "dbus activatable", which does not seem to actually work (at least when launching from Firefox or Nautilus)
packageUnwrapped = pkgs.rmDbusServices pkgs.loupe;
sandbox.method = "bwrap";
sandbox.wrapperType = "wrappedDerivation";
sandbox.whitelistWayland = true;