add betterfox for firefox
This commit is contained in:
parent
950a7ff2ca
commit
f62f1c58c6
4 changed files with 38 additions and 0 deletions
|
|
@ -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}"; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue