fonts: reduce terminal font size

This commit is contained in:
Khaïs COLIN 2024-08-07 18:57:38 +02:00
parent 8b05e5fa08
commit 48c9f796dc

View file

@ -31,6 +31,12 @@
name = "CMU Serif";
package = pkgs.cm_unicode;
};
sizes = {
desktop = 10;
popups = 10;
terminal = 10;
};
};
};