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 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/hidpi.nix (limited to 'modules') 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 + ]; + }; +} -- cgit 1.4.1