Skip to content

Commit

Permalink
fix(librewolf): update default value for betterfox version
Browse files Browse the repository at this point in the history
As librewolf support has been deprecated, it doesn't support the main
branch anymore
  • Loading branch information
HeitorAugustoLN committed Sep 25, 2024
1 parent e6e6835 commit 9d8dfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/librewolf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in
version = lib.mkOption {
description = "The version of betterfox user.js used";
type = lib.types.enum (builtins.attrNames (import ../../autogen/librewolf));
default = "main";
default = "128.0";
};
settings = lib.mkOption {
description = "Setup betterfox user.js in settings";
Expand Down

0 comments on commit 9d8dfa5

Please sign in to comment.