From 653b19aa1e732f56453db383504fe8a5438bda5a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 8 Feb 2026 13:15:45 +0530 Subject: Enable firefox --- modules/firefox.home/policies.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/firefox.home/policies.nix') diff --git a/modules/firefox.home/policies.nix b/modules/firefox.home/policies.nix index f18f3c8..cacc70d 100644 --- a/modules/firefox.home/policies.nix +++ b/modules/firefox.home/policies.nix @@ -4,8 +4,6 @@ ManagedBookmarks = [ { toplevel_name = "Managed bookmarks"; } { name = "Daily Dev"; url = "https://app.daily.dev"; } - { name = "Email: Microsoft Outlook"; url = "https://outlook.office365.com/mail/"; } - { name = "Email: GMail"; url = "https://mail.google.com/mail/u/0/"; } # { name = "Shtuff"; children = [] } ]; DisplayBookmarksToolbar = "never"; @@ -33,7 +31,6 @@ }; ShowHomeButton = false; - # PopupBlocking = []; SearchEngines = { Default = "DuckDuckGo lite"; SearchSuggestEnabled = false; -- cgit v1.3.1