From 62c1f4009b965bec105de3de7f397e7c32aa7cf4 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 14 Apr 2023 07:14:50 +0000 Subject: [PATCH] switch browser to librewolf --- hosts/common/home/firefox.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/common/home/firefox.nix b/hosts/common/home/firefox.nix index eaf9bc00..a6e1072a 100644 --- a/hosts/common/home/firefox.nix +++ b/hosts/common/home/firefox.nix @@ -29,8 +29,8 @@ let cacheDir = ".cache/mozilla"; desktop = "firefox.desktop"; }; - defaultSettings = firefoxSettings; - # defaultSettings = librewolfSettings; + # defaultSettings = firefoxSettings; + defaultSettings = librewolfSettings; addon = name: extid: hash: pkgs.fetchFirefoxAddon { inherit name hash;