1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-29 16:08:31 +02:00
nixos-hardware/lenovo/thinkpad/x1/6th-gen/QHD/default.nix

12 lines
188 B
Nix

# X1 6th generation with a QHD (2560x1440px) display
{ config, ... }:
{
imports = [
../.
];
# fix font sizes in X
services.xserver.dpi = 210;
fonts.fontconfig.dpi = 210;
}