about summary refs log tree commit diff
path: root/modules/system/console
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-05 17:54:30 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-05 17:54:30 -0700
commit2f18f69d9ced49bd0932c187d72a41ae9fea585e (patch)
tree7c8366f0814445908a6dc7473e186cf95eb714d8 /modules/system/console
parentcreate a profile for laptop (diff)
downloadworld-2f18f69d9ced49bd0932c187d72a41ae9fea585e.tar.gz
console configuration is moved to a module
Diffstat (limited to '')
-rw-r--r--modules/system/console/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/system/console/default.nix b/modules/system/console/default.nix
new file mode 100644
index 0000000..c9c24b0
--- /dev/null
+++ b/modules/system/console/default.nix
@@ -0,0 +1,6 @@
+{ ... }: {
+  console = {
+    font = "Lat2-Terminus16";
+    keyMap = "us";
+  };
+}