mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Add xserver dpi setting for hidpi machines
This commit is contained in:
parent
108adbe40b
commit
cd10205e26
@ -9,6 +9,7 @@ in
|
||||
services = {
|
||||
xserver = {
|
||||
enable = isgraphical;
|
||||
services.xserver.dpi = 180;
|
||||
displayManager.lightdm = {
|
||||
enable = isgraphical;
|
||||
greeters.gtk.cursorTheme.size = cursorsize;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user