1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Remove dpi scaling for usual working days

This commit is contained in:
Stefan Ellmauthaler 2022-04-29 16:44:17 +02:00
parent 9d703dc8fa
commit 6198d6f030
Failed to extract signature

View File

@ -2,7 +2,7 @@
let
isgraphical = config.variables.graphical;
cursorsize = if config.variables.hostName == "nucturne" then 14 else 16;
xserverDPI = if config.variables.hostName == "stel-xps" then 180 else null;
xserverDPI = if config.variables.hostName == "none" then 180 else null;
in
{
networking.networkmanager.enable = isgraphical;