home: Add en_US.UTF-8 locale
Some checks are pending
nix flake check / check (aarch64-linux) (push) Waiting to run
nix flake check / check (x86_64-linux) (push) Waiting to run

This commit is contained in:
Mikael 2024-11-04 12:06:19 +01:00
parent 97fdab5767
commit 2907c026da
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -99,6 +99,13 @@ in {
home.preferXdgDirectories = true;
i18n.glibcLocales = self.packages.${pkgs.system}.locale-en_EU.override {
locales = [
"en_EU.UTF-8/UTF-8"
"en_US.UTF-8/UTF-8"
];
} |> lib.mkForce;
programs.aria2 = {
enable = true;
settings = {