home: Add en_US.UTF-8 locale
This commit is contained in:
parent
97fdab5767
commit
2907c026da
1 changed files with 7 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue