sqq1-desk2 firefox: switch languages
This commit is contained in:
@@ -75,6 +75,10 @@ in
|
|||||||
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
languagePacks = [
|
||||||
|
"lt"
|
||||||
|
"ru"
|
||||||
|
];
|
||||||
profiles.default = {
|
profiles.default = {
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
@@ -82,6 +86,9 @@ in
|
|||||||
consent-o-matic
|
consent-o-matic
|
||||||
multi-account-containers
|
multi-account-containers
|
||||||
];
|
];
|
||||||
|
settings = {
|
||||||
|
"intl.locale.requested" = "lt,ru,en-US";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user