From 98b58ea40c5913134007f018ab7662bd9aad5a11 Mon Sep 17 00:00:00 2001 From: fleaz Date: Tue, 25 Oct 2022 15:29:08 +0200 Subject: [PATCH] roles/all: set en_DK locale --- roles/all.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/all.nix b/roles/all.nix index 2f727ad..18aa1f8 100644 --- a/roles/all.nix +++ b/roles/all.nix @@ -24,6 +24,9 @@ # Set your time zone. time.timeZone = "Europe/Berlin"; + # Locale + i18n.defaultLocale = "en_DK.UTF-8"; + # needed for Steam and VIA nixpkgs.config.allowUnfree = true;