From f7ba731f2f77344c4c87d3b23f341cedcf361b3f Mon Sep 17 00:00:00 2001
From: Aaron  Honeycutt <aaronhoneycutt@protonmail.com>
Date: Fri, 6 May 2022 16:25:58 +0000
Subject: [PATCH] Update configuration.nix

---
 configuration.nix | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/configuration.nix b/configuration.nix
index 4011714..37d65c1 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -32,11 +32,12 @@
 
   };
 
- # Select internationalisation properties.
-  console = {
+  i18n = {
+    consoleFont = "Lat2-Terminus16";
+    consoleKeyMap = "us";
     defaultLocale = "en_US.UTF-8";
   };
-
+  
   # nVidia driver
   hardware.opengl.driSupport32Bit = true;
   hardware.bluetooth.enable = true;