drop hidpi comment
this option no longer exists
This commit is contained in:
parent
648021dcb2
commit
7daa0f589d
|
@ -48,10 +48,6 @@
|
||||||
# https://wiki.archlinux.org/title/Framework_Laptop#Changing_the_brightness_of_the_monitor_does_not_work
|
# https://wiki.archlinux.org/title/Framework_Laptop#Changing_the_brightness_of_the_monitor_does_not_work
|
||||||
hardware.acpilight.enable = lib.mkDefault true;
|
hardware.acpilight.enable = lib.mkDefault true;
|
||||||
|
|
||||||
# HiDPI
|
|
||||||
# Leaving here for documentation
|
|
||||||
# hardware.video.hidpi.enable = lib.mkDefault true;
|
|
||||||
|
|
||||||
# Fix font sizes in X
|
# Fix font sizes in X
|
||||||
# services.xserver.dpi = 200;
|
# services.xserver.dpi = 200;
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,10 +44,6 @@
|
||||||
# Needed for desktop environments to detect/manage display brightness
|
# Needed for desktop environments to detect/manage display brightness
|
||||||
hardware.sensor.iio.enable = lib.mkDefault true;
|
hardware.sensor.iio.enable = lib.mkDefault true;
|
||||||
|
|
||||||
# HiDPI
|
|
||||||
# Leaving here for documentation
|
|
||||||
# hardware.video.hidpi.enable = lib.mkDefault true;
|
|
||||||
|
|
||||||
# Fix font sizes in X
|
# Fix font sizes in X
|
||||||
# services.xserver.dpi = 200;
|
# services.xserver.dpi = 200;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue