Enable MOZ_DBUS_REMOTE env variable

This commit is contained in:
Fabian Hauser 2021-08-18 11:16:05 +02:00
parent 79e8f5b555
commit 9f9b68f44f

View file

@ -4,6 +4,9 @@
enable = true; enable = true;
package = pkgs.firefox-wayland; package = pkgs.firefox-wayland;
}; };
home.sessionVariables.MOZ_ENABLE_WAYLAND = "true"; home.sessionVariables = {
MOZ_ENABLE_WAYLAND = "true";
MOZ_DBUS_REMOTE = "1";
};
}; };
} }