diff options
Diffstat (limited to 'shared/nixos/danish/default.nix')
-rw-r--r-- | shared/nixos/danish/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shared/nixos/danish/default.nix b/shared/nixos/danish/default.nix new file mode 100644 index 0000000..b8a33ed --- /dev/null +++ b/shared/nixos/danish/default.nix @@ -0,0 +1,10 @@ +# This module should be imported on Danish hosts. + +{lib, ...}: + +{ + i18n.defaultLocale = "da_DK.UTF-8"; + + # Allow indirect overwriting via `console.useXkbConfig`. + console.keyMap = lib.mkDefault "dk"; +} |