aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/system/locale.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.flake/system/locale.nix')
-rw-r--r--nixos/.flake/system/locale.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/.flake/system/locale.nix b/nixos/.flake/system/locale.nix
new file mode 100644
index 0000000..320604a
--- /dev/null
+++ b/nixos/.flake/system/locale.nix
@@ -0,0 +1,6 @@
+{ config, lib, pkgs, ... }:
+
+{
+ time.timeZone = "America/Winnipeg";
+ i18n.defaultLocale = "en_CA.UTF-8";
+}