fix: firefox duplication

This commit is contained in:
DACHXY 2024-12-31 12:53:26 +08:00
parent 21845210dd
commit 1c01d0a19c
4 changed files with 36 additions and 143 deletions

View file

@ -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";
};
};
};
};