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 229ecd18ce
commit 104a7a8d46
1 changed files with 0 additions and 1 deletions

View File

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