From 59753d2f8a2b0f56174d401d2edec31c0623301d Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Fri, 4 Feb 2022 10:20:10 -0600 Subject: [PATCH] fix(framework): Remove fonts.fontconfig.dpi It no longer has any effect and tests fail then. --- framework/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/default.nix b/framework/default.nix index 3cfa523..1b9a29b 100644 --- a/framework/default.nix +++ b/framework/default.nix @@ -22,7 +22,6 @@ # Fix font sizes in X services.xserver.dpi = 200; - fonts.fontconfig.dpi = 200; # Fix sizes of GTK/GNOME ui elements environment.variables = {