From 964268ffed2acebcf2146a5c77487724858879f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 3 Nov 2025 21:56:20 +0000 Subject: [PATCH] sqq1-desk2 firefox: switch languages --- hosts/sqq1-desk2/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/sqq1-desk2/configuration.nix b/hosts/sqq1-desk2/configuration.nix index 06ea5e8..f44d121 100644 --- a/hosts/sqq1-desk2/configuration.nix +++ b/hosts/sqq1-desk2/configuration.nix @@ -75,6 +75,10 @@ in programs.firefox = { enable = true; + languagePacks = [ + "lt" + "ru" + ]; profiles.default = { isDefault = true; extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [ @@ -82,6 +86,9 @@ in consent-o-matic multi-account-containers ]; + settings = { + "intl.locale.requested" = "lt,ru,en-US"; + }; }; }; };