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