fix(framework): Drop GTK environment variables

https://github.com/NixOS/nixos-hardware/pull/376
This commit is contained in:
Edmund Miller 2022-03-08 09:17:02 -06:00
parent 59753d2f8a
commit 081907627c
No known key found for this signature in database
GPG Key ID: BD387FF7BC10AA9D
1 changed files with 1 additions and 7 deletions

View File

@ -21,11 +21,5 @@
# hardware.video.hidpi.enable = lib.mkDefault true;
# Fix font sizes in X
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";
};
# services.xserver.dpi = 200;
}