switch browser to librewolf

This commit is contained in:
Colin 2023-04-14 07:14:50 +00:00
parent 2373d28eb8
commit 62c1f4009b

View File

@ -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;