diff options
Diffstat (limited to 'shared/nixos/danish')
-rw-r--r-- | shared/nixos/danish/default.nix | 5 |
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`. |