diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-08-29 12:26:19 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-08-29 12:38:28 +0530 |
commit | 9d84efe93593f82c5108a06cd4a3500850e2ca21 (patch) | |
tree | 127e767bce6af4fbc25ba391e7051c4daeef47d9 | |
parent | 2a79b770054d1cd4699cdaaae8eab83a8ca92006 (diff) |
programs/firefox: disable firefox sync integration
-rw-r--r-- | modules/wayland.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/wayland.nix b/modules/wayland.nix index 65eb0e0..a06834c 100644 --- a/modules/wayland.nix +++ b/modules/wayland.nix @@ -61,6 +61,7 @@ preferences = { "media.ffmpeg.vaapi.enabled" = true; "gfx.webrender.all" = true; + "identity.fxaccounts.enabled" = false; }; }; }; |