From 3bea12cd01499c02b0f5d8b33b658b529ebf9d1e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 9 Sep 2017 14:41:35 +0200 Subject: Create hidpi configuration module --- modules/hidpi.nix | 9 +++++++++ satoshipad.nix | 1 + 2 files changed, 10 insertions(+) create mode 100644 modules/hidpi.nix 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"; -- cgit 1.4.1