Switch up the languages
This commit is contained in:
parent
e6656923e0
commit
6d6a991fa5
|
@ -191,7 +191,7 @@ in
|
||||||
stateVersion = "24.05";
|
stateVersion = "24.05";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Terminal utils
|
# Terminal utils
|
||||||
coreutils
|
coreutils-full
|
||||||
moreutils
|
moreutils
|
||||||
rename
|
rename
|
||||||
which
|
which
|
||||||
|
|
|
@ -156,7 +156,7 @@
|
||||||
# config.set("content.cookies.accept", "no-3rdparty", "chrome://*/*")
|
# config.set("content.cookies.accept", "no-3rdparty", "chrome://*/*")
|
||||||
cookies.accept = "no-3rdparty";
|
cookies.accept = "no-3rdparty";
|
||||||
prefers_reduced_motion = true;
|
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";
|
tls.certificate_errors = "ask-block-thirdparty";
|
||||||
javascript.clipboard = "access"; # copy-paste is fine
|
javascript.clipboard = "access"; # copy-paste is fine
|
||||||
};
|
};
|
||||||
|
|
|
@ -44,9 +44,9 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
i18n = {
|
i18n = {
|
||||||
defaultLocale = "en_GB.UTF-8";
|
defaultLocale = "nl_NL.UTF-8";
|
||||||
extraLocaleSettings = {
|
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
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue