Fix hidpi on dingbox

This commit is contained in:
2023-04-01 15:36:37 +01:00
parent 9b6d360432
commit 479e5f94a9

View File

@@ -28,7 +28,4 @@
}; };
swapDevices = []; swapDevices = [];
# high-resolution display
hardware.video.hidpi.enable = lib.mkDefault true;
} }