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"; cacheDir = ".cache/mozilla";
desktop = "firefox.desktop"; desktop = "firefox.desktop";
}; };
defaultSettings = firefoxSettings; # defaultSettings = firefoxSettings;
# defaultSettings = librewolfSettings; defaultSettings = librewolfSettings;
addon = name: extid: hash: pkgs.fetchFirefoxAddon { addon = name: extid: hash: pkgs.fetchFirefoxAddon {
inherit name hash; inherit name hash;