summaryrefslogtreecommitdiff
path: root/modules/wayland.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-08-29 12:26:19 +0530
committersinanmohd <sinan@sinanmohd.com>2023-08-29 12:38:28 +0530
commit9d84efe93593f82c5108a06cd4a3500850e2ca21 (patch)
tree127e767bce6af4fbc25ba391e7051c4daeef47d9 /modules/wayland.nix
parent2a79b770054d1cd4699cdaaae8eab83a8ca92006 (diff)
programs/firefox: disable firefox sync integration
Diffstat (limited to 'modules/wayland.nix')
-rw-r--r--modules/wayland.nix1
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;
};
};
};