summaryrefslogtreecommitdiff
path: root/system/console.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/console.nix')
-rw-r--r--system/console.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/console.nix b/system/console.nix
new file mode 100644
index 0000000..8a6b3e4
--- /dev/null
+++ b/system/console.nix
@@ -0,0 +1,6 @@
+{
+ console = {
+ keyMap = "us";
+ font = "Lat2-Terminus16";
+ };
+}