summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--modules/hidpi.nix9
-rw-r--r--satoshipad.nix1
2 files changed, 10 insertions, 0 deletions
diff --git a/modules/hidpi.nix b/modules/hidpi.nix
new file mode 100644
index 0000000..1f4644c
--- /dev/null
+++ b/modules/hidpi.nix
@@ -0,0 +1,9 @@
+{ config, pkgs, ... }:
+
+{ i18n = {
+    consoleFont = "ter-v24b";
+    consolePackages = with pkgs; [
+      terminus_font
+    ];
+  };
+}
diff --git a/satoshipad.nix b/satoshipad.nix
index 687980f..7bd3926 100644
--- a/satoshipad.nix
+++ b/satoshipad.nix
@@ -9,6 +9,7 @@
     ./modules/audio.nix
     ./modules/adb.nix
     ./modules/syncthing.nix
+    ./modules/hidpi.nix
   ];
 
   networking.hostName = "satoshipad";