Enable MOZ_DBUS_REMOTE env variable
This commit is contained in:
parent
79e8f5b555
commit
9f9b68f44f
1 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,9 @@
|
|||
enable = true;
|
||||
package = pkgs.firefox-wayland;
|
||||
};
|
||||
home.sessionVariables.MOZ_ENABLE_WAYLAND = "true";
|
||||
home.sessionVariables = {
|
||||
MOZ_ENABLE_WAYLAND = "true";
|
||||
MOZ_DBUS_REMOTE = "1";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue