chore: move locale
This commit is contained in:
parent
5923c726bd
commit
923b2a02e0
1 changed files with 6 additions and 0 deletions
6
nixos/modules/nixos/system/locale.nix
Normal file
6
nixos/modules/nixos/system/locale.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ lib, ... }: {
|
||||
i18n = {
|
||||
defaultLocale = lib.mkDefault "en_US.UTF-8";
|
||||
};
|
||||
time.timeZone = lib.mkDefault "Australia/Melbourne";
|
||||
}
|
Reference in a new issue