Switch up the languages

This commit is contained in:
Geoffrey Frogeye 2025-01-21 00:20:52 +01:00
parent e6656923e0
commit 6d6a991fa5
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 4 additions and 4 deletions

View file

@ -191,7 +191,7 @@ in
stateVersion = "24.05";
packages = with pkgs; [
# Terminal utils
coreutils
coreutils-full
moreutils
rename
which

View file

@ -156,7 +156,7 @@
# config.set("content.cookies.accept", "no-3rdparty", "chrome://*/*")
cookies.accept = "no-3rdparty";
prefers_reduced_motion = true;
headers.accept_language = "fr-FR, fr;q=0.9, en-GB;q=0.8, en-US;q=0.7, en;q=0.6";
headers.accept_language = "en-GB,en;q=0.9";
tls.certificate_errors = "ask-block-thirdparty";
javascript.clipboard = "access"; # copy-paste is fine
};

View file

@ -44,9 +44,9 @@
];
i18n = {
defaultLocale = "en_GB.UTF-8";
defaultLocale = "nl_NL.UTF-8";
extraLocaleSettings = {
LC_TIME = "en_DK.UTF-8"; # Should give YYYY-MM-DD but doesn't work for browser & Thunderbird :(
LC_TIME = "en_DK.UTF-8"; # Use YYYY-MM-DD, Thunderbird & qutebrowser use own settings
};
};