blob: b8a33ed9883a6150f4e7a0ead1ab307c60f72033 (
plain)
1
2
3
4
5
6
7
8
9
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";
}
|