mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
firefox: use wayland when available
This commit is contained in:
parent
7db6fb917a
commit
0e5be61ecd
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
})
|
})
|
||||||
|
|
||||||
(wrapFirefox firefox-unwrapped {
|
(wrapFirefox firefox-unwrapped {
|
||||||
|
forceWayland = true;
|
||||||
extraPolicies = {
|
extraPolicies = {
|
||||||
CaptivePortal = false;
|
CaptivePortal = false;
|
||||||
DisablePocket = true;
|
DisablePocket = true;
|
||||||
|
|
Loading…
Reference in a new issue