From fc09f922a8840b1e956ac2f3dab61cae30a4223d Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 18 May 2023 03:57:37 +0200 Subject: [PATCH] ryzensun: hidpi option got removed --- hosts/ryzensun/hardware-configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/ryzensun/hardware-configuration.nix b/hosts/ryzensun/hardware-configuration.nix index 2565dcbb..dcbd9969 100644 --- a/hosts/ryzensun/hardware-configuration.nix +++ b/hosts/ryzensun/hardware-configuration.nix @@ -30,7 +30,4 @@ }; swapDevices = []; - - # high-resolution display - hardware.video.hidpi.enable = lib.mkDefault true; }