summaryrefslogtreecommitdiff
path: root/shared/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'shared/nixos')
-rw-r--r--shared/nixos/danish/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/shared/nixos/danish/default.nix b/shared/nixos/danish/default.nix
index b8a33ed..fb6bb86 100644
--- a/shared/nixos/danish/default.nix
+++ b/shared/nixos/danish/default.nix
@@ -1,8 +1,5 @@
# This module should be imported on Danish hosts.
-
-{lib, ...}:
-
-{
+{lib, ...}: {
i18n.defaultLocale = "da_DK.UTF-8";
# Allow indirect overwriting via `console.useXkbConfig`.