mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	fix(framework): Drop GTK environment variables
https://github.com/NixOS/nixos-hardware/pull/376
This commit is contained in:
		@@ -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;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user