mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Downgrade firefox
This commit is contained in:
parent
be2783a09b
commit
28f54db216
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
modules = [
|
||||
{
|
||||
wrappers.firefox = {
|
||||
basePackage = pkgs.wrapFirefox pkgs.firefox-unwrapped {
|
||||
basePackage = pkgs.wrapFirefox pkgs.firefox-esr-128-unwrapped {
|
||||
extraPolicies.ExtensionSettings = import ./extensions.nix { inherit inputs pkgs lib; };
|
||||
extraPrefs = import ./preferences.nix { inherit inputs; };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue