From d25e95ed84a59d8dd22a31fca6fa6b337c8e1213 Mon Sep 17 00:00:00 2001 From: ringofstorms Date: Mon, 1 Apr 2024 10:49:11 -0500 Subject: [PATCH] add back in 32 font for tty on pocket 3 --- systems/gpdPocket3/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/systems/gpdPocket3/configuration.nix b/systems/gpdPocket3/configuration.nix index 69e6185..db9b8a6 100644 --- a/systems/gpdPocket3/configuration.nix +++ b/systems/gpdPocket3/configuration.nix @@ -42,6 +42,11 @@ # [Laptop] screens with brightness settings programs.light.enable = true; + console = { + # We want to be able to read the screen so use a 32 sized font on this tiny panel + font = "${pkgs.terminus_font}/share/consolefonts/ter-132n.psf.gz"; + }; + # ======== # FINGERPRINTS for the sensor on GPD P3 do not work on linux yet: todo find the source of this again online for tracking...