From 2cbc44023e08016334bf16e178c51f5742cfcce1 Mon Sep 17 00:00:00 2001 From: smayzy Date: Thu, 19 Jun 2025 13:40:20 +0200 Subject: [PATCH] firefox config --- modules/home-manager/firefox.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/firefox.nix b/modules/home-manager/firefox.nix index d15386f..68bad2d 100644 --- a/modules/home-manager/firefox.nix +++ b/modules/home-manager/firefox.nix @@ -7,6 +7,8 @@ settings = { "browser.bookmarks_restore_default_bookmarks" = false; + "browser.contentblocking.category" = "standard"; + "sidebar.verticalTabs" = true; }; };