From e88a5043edaca76ca1773e013b7f978f57a6ed19 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 21 Nov 2022 16:26:16 +0100 Subject: [PATCH] firefox: wayland enabled by default now --- home/modules/firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/firefox.nix b/home/modules/firefox.nix index 7aaa8793..ad0e9e0f 100644 --- a/home/modules/firefox.nix +++ b/home/modules/firefox.nix @@ -58,7 +58,7 @@ in { # firefox-unwrapped is the pure firefox browser, wrapFirefox adds configuration ontop package = pkgs.wrapFirefox pkgs.firefox-unwrapped { - forceWayland = cfg.wayland; + # forceWayland = cfg.wayland; # Enabled by default now: https://github.com/NixOS/nixpkgs/commit/c156bdf40d2f0e64b574ade52c5611d90a0b6273 # Find options by grepping for "cfg" in https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/networking/browsers/firefox/wrapper.nix cfg = {