about summary refs log tree commit diff
path: root/machines/devhell/eir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell/eir.nix')
-rw-r--r--machines/devhell/eir.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index a76be6e5..9ffd5bb4 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -74,11 +74,14 @@
   };
 
   i18n = {
-    consoleFont = "Lat2-Terminus16";
-    consoleKeyMap = "uk";
     defaultLocale = "en_GB.UTF-8";
   };
 
+  console = {
+    font = "Lat2-Terminus16";
+    keyMap = "uk";
+  };
+
   #### Machine-specific service configuration ####
 
   vuizvui.user.devhell.profiles.services.enable = true;