From 0e5be61ecd1b0a28b0cc500ac1ad7b053a998760 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Thu, 25 Mar 2021 11:23:03 -0400 Subject: [PATCH] firefox: use wayland when available --- modules/graphical.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/graphical.nix b/modules/graphical.nix index 7653614..6d47d92 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -21,6 +21,7 @@ }) (wrapFirefox firefox-unwrapped { + forceWayland = true; extraPolicies = { CaptivePortal = false; DisablePocket = true;