diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-02-08 13:15:45 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-02-08 13:15:45 +0530 |
| commit | 653b19aa1e732f56453db383504fe8a5438bda5a (patch) | |
| tree | 5681f12f0b1c8086e03abcf5577ca6c191d917d1 /modules/firefox.home/policies.nix | |
| parent | 168884c4515b77f946b76b55fce207e13ceb217c (diff) | |
| download | nixos-config-653b19aa1e732f56453db383504fe8a5438bda5a.tar.gz nixos-config-653b19aa1e732f56453db383504fe8a5438bda5a.zip | |
Enable firefox
Diffstat (limited to '')
| -rw-r--r-- | modules/firefox.home/policies.nix | 3 |
1 files changed, 0 insertions, 3 deletions
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; |
