From 89cfaaef1e7df87c4c4fccd1493156e489255aca Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 24 Jun 2024 07:49:33 -0400 Subject: [PATCH] aly: added preliminary firefox profiles --- homes/aly.nix | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/homes/aly.nix b/homes/aly.nix index 33af465e..bcf9b9c7 100644 --- a/homes/aly.nix +++ b/homes/aly.nix @@ -38,6 +38,28 @@ home-manager.enable = true; firefox = { + profiles.work = { + id = 1; + + search = { + default = "Google"; + force = true; + engines = { + "Bing" = { + metaData = { + hidden = true; + alias = "!bing"; + }; + }; + "DuckDuckGo" = { + metaData = { + hidden = true; + alias = "!ddg"; + }; + }; + }; + }; + }; profiles.default = { extensions = with pkgs.nur.repos.rycee.firefox-addons; [ augmented-steam @@ -47,6 +69,8 @@ zoom-redirector ]; + id = 0; + search = { default = "DuckDuckGo"; force = true; @@ -88,8 +112,8 @@ }; settings = { - "permissions.default.desktop-notification" = 2; "network.cookie.cookieBehavior" = 1; + "permissions.default.desktop-notification" = 2; "privacy.donottrackheader.enabled" = true; "privacy.fingerprintingProtection" = true; "privacy.trackingprotection.emailtracking.enabled" = true;