Config overhaul
This commit is contained in:
9
modules/locale.nix
Normal file
9
modules/locale.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Time zone
|
||||
time.timeZone = "America/Edmonton";
|
||||
|
||||
# Internationalization properties
|
||||
i18n.defaultLocale = "en_CA.UTF-8";
|
||||
}
|
Reference in New Issue
Block a user