about summary refs log tree commit diff
path: root/machines/profpatsch/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/base.nix')
-rw-r--r--machines/profpatsch/base.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/machines/profpatsch/base.nix b/machines/profpatsch/base.nix
index 2ae1d8fe..a44f36d6 100644
--- a/machines/profpatsch/base.nix
+++ b/machines/profpatsch/base.nix
@@ -46,10 +46,9 @@ in
 
     i18n = {
       defaultLocale = "en_US.UTF-8";
-      # TODO
-      # extraLocales = {
-      #   LC_TIME = "de_DE.UTF-8"; #"en_DK.UTF-8";
-      # };
+      extraLocaleSettings = {
+        LC_TIME = "de_DE.UTF-8"; #"en_DK.UTF-8";
+      };
     };
 
     # Nobody wants mutable state. :)