summary refs log tree commit diff stats
path: root/system/modules/hardware/hidpi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/modules/hardware/hidpi.nix')
-rw-r--r--system/modules/hardware/hidpi.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/modules/hardware/hidpi.nix b/system/modules/hardware/hidpi.nix
new file mode 100644
index 00000000..1f4644c5
--- /dev/null
+++ b/system/modules/hardware/hidpi.nix
@@ -0,0 +1,9 @@
+{ config, pkgs, ... }:
+
+{ i18n = {
+    consoleFont = "ter-v24b";
+    consolePackages = with pkgs; [
+      terminus_font
+    ];
+  };
+}