diff options
author | stuebinm | 2022-01-26 17:43:17 +0100 |
---|---|---|
committer | stuebinm | 2022-01-26 17:43:17 +0100 |
commit | 4c834deb2feab291d599231c0a9edb27937889c6 (patch) | |
tree | b7c5fd500c9cd9374bb4ba0142a4b4089d151619 /common/common.nix | |
parent | 21e93e9cfda16382ba2ee56257be425cc54d3264 (diff) |
move abbenay to hikari as well
Diffstat (limited to 'common/common.nix')
-rw-r--r-- | common/common.nix | 5 |
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"; + }; } |