From a01318d8d44091fb426598fe10ce6a0ec2c0ff0a Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 1 Apr 2023 12:36:04 -0400 Subject: [PATCH] fix joker Signed-off-by: Xe Iaso --- hosts/joker/hardware-configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/joker/hardware-configuration.nix b/hosts/joker/hardware-configuration.nix index 9bf0e90..2246471 100644 --- a/hosts/joker/hardware-configuration.nix +++ b/hosts/joker/hardware-configuration.nix @@ -41,6 +41,4 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; - # high-resolution display - hardware.video.hidpi.enable = lib.mkDefault true; }