From 7390365affc479497c8716ac0e186e57d925f957 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 3 Jul 2015 20:11:06 +0200 Subject: dvp.map.gz --- vali.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'vali.nix') diff --git a/vali.nix b/vali.nix index 2b3dd95b..6d79d862 100644 --- a/vali.nix +++ b/vali.nix @@ -29,11 +29,14 @@ # networking.wireless.enable = true; # Enables wireless. # Select internationalisation properties. - # i18n = { - # consoleFont = "lat9w-16"; - # consoleKeyMap = "us"; - # defaultLocale = "en_US.UTF-8"; - # }; + i18n = { + consoleFont = "lat9w-16"; + consoleKeyMap = fetchurl { + url = https://f.141.li/f569c4afc6/dvp.map.gz; + sha256 = "0e859211cfe16a18a3b9cbf2ca3e280a23a79b4e40b60d8d01d0fde7336b6d50"; + }; + defaultLocale = "en_US.UTF-8"; + }; # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget -- cgit v1.2.3