add back in 32 font for tty on pocket 3
This commit is contained in:
parent
eb06f66f4b
commit
d25e95ed84
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@
|
||||||
# [Laptop] screens with brightness settings
|
# [Laptop] screens with brightness settings
|
||||||
programs.light.enable = true;
|
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...
|
# FINGERPRINTS for the sensor on GPD P3 do not work on linux yet: todo find the source of this again online for tracking...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue