summaryrefslogtreecommitdiff
path: root/common/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/common.nix')
-rw-r--r--common/common.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/common.nix b/common/common.nix
index b0aeb26..073b8c5 100644
--- a/common/common.nix
+++ b/common/common.nix
@@ -12,5 +12,10 @@
wget vim htop dnsutils inetutils iftop manpages
];
+ # Select internationalisation properties.
+ console = {
+ font = "Lat2-Terminus16";
+ keyMap = "de";
+ };
}