add betterfox for firefox

This commit is contained in:
ulic-youthlic 2025-04-27 11:58:17 +08:00
parent 950a7ff2ca
commit f62f1c58c6
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 38 additions and 0 deletions

View file

@ -21,11 +21,18 @@ in
];
programs.firefox = {
enable = true;
betterfox = {
enable = true;
};
languagePacks = [
"zh-CN"
"en-US"
];
profiles.default = {
betterfox = {
enable = true;
enableAllSections = true;
};
name = "default";
isDefault = true;
extensions.packages = with outputs.packages."${system}"; [