fix dpi for framework

This commit is contained in:
Julian Sutter 2023-03-30 19:52:42 -07:00
parent ad4764153c
commit 6078668cdc

View file

@ -1,4 +1,3 @@
{ config, lib, pkgs, modulesPath, ... }: { { config, lib, pkgs, modulesPath, ... }: {
networking.hostName = "framework"; networking.hostName = "framework";
@ -68,7 +67,6 @@
#scaling #scaling
services.xserver.dpi = 227; services.xserver.dpi = 227;
fonts.optimizeForVeryHighDPI = enable;
# Mis-detected by nixos-generate-config # Mis-detected by nixos-generate-config
# https://github.com/NixOS/nixpkgs/issues/171093 # https://github.com/NixOS/nixpkgs/issues/171093