summaryrefslogtreecommitdiff
path: root/neko
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-03-23 20:50:35 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-03-23 20:50:35 +0100
commitc5e0cd6bd0e20cf4d3f00f8e9cd2bc994f0076ab (patch)
treed0081516e26e58af4c67b3cfdbf864b09c958af0 /neko
parentd018e879484e0b0177d8f6e4c216465fb3fd7b57 (diff)
sync config
Diffstat (limited to 'neko')
-rw-r--r--neko/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/neko/hardware-configuration.nix b/neko/hardware-configuration.nix
index d0d385a..622f7ff 100644
--- a/neko/hardware-configuration.nix
+++ b/neko/hardware-configuration.nix
@@ -32,5 +32,5 @@
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
# high-resolution display
- hardware.video.hidpi.enable = lib.mkDefault true;
+ fonts.optimizeForVeryHighDPI = lib.mkDefault true;
}