use firefox-wayland
This commit is contained in:
parent
3e2104f764
commit
c3adc4537b
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
programs.firefox = {
|
||||
package = pkgs.firefox;
|
||||
package = pkgs.firefox-wayland;
|
||||
enable = true;
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
clearurls
|
||||
|
@ -10,7 +10,6 @@
|
|||
don-t-fuck-with-paste
|
||||
i-dont-care-about-cookies
|
||||
keepassxc-browser
|
||||
plasma-integration
|
||||
privacy-badger
|
||||
privacy-possum
|
||||
sponsorblock
|
||||
|
|
|
@ -179,10 +179,13 @@ in {
|
|||
export QT_QPA_PLATFORM=wayland
|
||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
'';
|
||||
extraConfig = ''
|
||||
exec ${dbus-sway-environment}/bin/dbus-sway-environment
|
||||
exec ${configure-gtk}/bin/configure-gtk
|
||||
exec ${pkgs.systemd}/bin/systemctl --user import-environment
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue