ryzensun: hidpi option got removed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
teutat3s 2023-05-18 03:57:37 +02:00
parent 5db371f648
commit fc09f922a8
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

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