From 4c834deb2feab291d599231c0a9edb27937889c6 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 26 Jan 2022 17:43:17 +0100 Subject: move abbenay to hikari as well --- common/common.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/common.nix') 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"; + }; } -- cgit v1.2.3