mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 04:44:03 +01:00
variables: Add locale
This commit is contained in:
parent
c59387bb1f
commit
41571e4354
@ -16,8 +16,8 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
# locale
|
# locale
|
||||||
i18n.defaultLocale = "ja_JP.UTF-8";
|
i18n.defaultLocale = VARIABLES.defaultLocale;
|
||||||
i18n.supportedLocales = ["ja_JP.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "fr_FR.UTF-8/UTF-8"];
|
i18n.supportedLocales = VARIABLES.supportedLocales;
|
||||||
|
|
||||||
# nix
|
# nix
|
||||||
nix.package = pkgs.nixFlakes;
|
nix.package = pkgs.nixFlakes;
|
||||||
|
@ -4,4 +4,6 @@
|
|||||||
timezone = "America/New_York";
|
timezone = "America/New_York";
|
||||||
hostHardwareConfiguration = ../hosts/laptop.nix;
|
hostHardwareConfiguration = ../hosts/laptop.nix;
|
||||||
stateVersion = "22.11";
|
stateVersion = "22.11";
|
||||||
|
defaultLocale = "ja_JP.UTF-8";
|
||||||
|
supportedLocales = ["ja_JP.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "fr_FR.UTF-8/UTF-8"];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user