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:
parent
229ecd18ce
commit
104a7a8d46
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue