2018-05-31 15:56:43 +02:00
|
|
|
# X1 6th generation with a QHD (2560x1440px) display
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
../.
|
|
|
|
];
|
2018-06-03 01:55:59 +02:00
|
|
|
|
2018-06-03 01:33:37 +02:00
|
|
|
# Fix font sizes in X
|
2018-05-31 15:56:43 +02:00
|
|
|
services.xserver.dpi = 210;
|
2018-06-03 01:55:59 +02:00
|
|
|
|
2018-07-17 17:44:31 +02:00
|
|
|
# Enable readable font on console. The example configuration that
|
2018-07-17 17:53:53 +02:00
|
|
|
# follows is taliored towards western languages. To see how to
|
2018-07-17 17:44:31 +02:00
|
|
|
# configure the font download the source tarball from
|
|
|
|
# http://terminus-font.sourceforge.net/ and read the README file on
|
|
|
|
# the root dir
|
|
|
|
|
|
|
|
# i18n = {
|
|
|
|
# # this means ISO8859-1 or ISO8859-15 or Windows-1252 codepages
|
|
|
|
# # (ter-1), 16x32 px (32), normal font weight (n)
|
|
|
|
# consoleFont = "ter-132n";
|
|
|
|
# consoleKeyMap = "us";
|
|
|
|
# defaultLocale = "en_US.UTF-8";
|
|
|
|
# consolePackages = [ pkgs.terminus_font ];
|
|
|
|
# };
|
|
|
|
|
|
|
|
# Early configure the console to make the font readable from the
|
|
|
|
# start
|
|
|
|
# boot.earlyVconsoleSetup = true;
|
2018-05-31 15:56:43 +02:00
|
|
|
}
|