1
0
Fork 0

Comment firefox

This commit is contained in:
Malte Brandy 2021-06-08 00:08:46 +02:00
parent 0988185397
commit 8c04d47ed5
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -2,7 +2,11 @@
programs.firefox.enable = true;
programs.browserpass.enable = true;
home.sessionVariables = {
MOZ_ENABLE_WAYLAND = 1;
MOZ_ENABLE_WAYLAND = 1; # So that firefox uses wayland.
# So that electron can open firefox links. See
# Issue: https://github.com/electron/electron/issues/28436
# Solution from: https://wiki.archlinux.org/title/Firefox#Applications_on_Wayland_can_not_launch_Firefox
MOZ_DBUS_REMOTE = 1;
};
}