all repos — nixfiles @ 3bea12cd01499c02b0f5d8b33b658b529ebf9d1e

System and user configuration, managed by nix and home-manager

Create hidpi configuration module
Alan Pearce alan@alanpearce.eu
Sat, 09 Sep 2017 14:41:35 +0200
commit

3bea12cd01499c02b0f5d8b33b658b529ebf9d1e

parent

c24e26149c78725b33c68b6bce46cc9fc79f9bea

2 files changed, 10 insertions(+), 0 deletions(-)

jump to
A modules/hidpi.nix
@@ -0,0 +1,9 @@+{ config, pkgs, ... }:
+
+{ i18n = {
+    consoleFont = "ter-v24b";
+    consolePackages = with pkgs; [
+      terminus_font
+    ];
+  };
+}
M satoshipad.nixsatoshipad.nix
@@ -9,6 +9,7 @@ ./modules/thinkpad.nix     ./modules/audio.nix
     ./modules/adb.nix
     ./modules/syncthing.nix
+    ./modules/hidpi.nix
   ];
 
   networking.hostName = "satoshipad";