fix: firefox duplication
This commit is contained in:
parent
21845210dd
commit
1c01d0a19c
4 changed files with 36 additions and 143 deletions
|
|
@ -28,6 +28,17 @@ in
|
|||
firefox = {
|
||||
enable = true;
|
||||
|
||||
languagePacks = [
|
||||
"en-US"
|
||||
"zh-TW"
|
||||
"ja"
|
||||
];
|
||||
|
||||
policies = {
|
||||
DontCheckDefaultBrowser = true;
|
||||
DisplayBookmarksToolbar = "never";
|
||||
};
|
||||
|
||||
profiles.default = {
|
||||
id = 0;
|
||||
name = "default";
|
||||
|
|
@ -49,16 +60,6 @@ in
|
|||
"font.name.monospace.zh-TW" = "Noto Sans Mono CJK TC";
|
||||
};
|
||||
|
||||
languagePacks = [
|
||||
"en-US"
|
||||
"zh-TW"
|
||||
"ja"
|
||||
];
|
||||
|
||||
policies = {
|
||||
DontCheckDefaultBrowser = true;
|
||||
DisplayBookmarksToolbar = "never";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue