mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-27 05:19:43 +01:00
fix(framework): Drop GTK environment variables
https://github.com/NixOS/nixos-hardware/pull/376
This commit is contained in:
parent
59753d2f8a
commit
081907627c
1 changed files with 1 additions and 7 deletions
|
@ -21,11 +21,5 @@
|
||||||
# hardware.video.hidpi.enable = lib.mkDefault true;
|
# 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;
|
||||||
|
|
||||||
# Fix sizes of GTK/GNOME ui elements
|
|
||||||
environment.variables = {
|
|
||||||
GDK_SCALE = lib.mkDefault "2";
|
|
||||||
GDK_DPI_SCALE = lib.mkDefault "0.5";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue