home: gtk: do not set font size

Turns out that I do not like how it interferes with Firefox's
rendering... I should probably investigate this in the future if I want
to use this option.
This commit is contained in:
Bruno BELANYI 2021-05-09 01:15:18 +02:00
parent 00a5d1b076
commit 79dfb3a979

View file

@ -13,7 +13,6 @@ in
font = { font = {
package = pkgs.dejavu_fonts; package = pkgs.dejavu_fonts;
name = "DejaVu Sans"; name = "DejaVu Sans";
size = 8;
}; };
gtk2 = { gtk2 = {