stylix: set terminal font size to 12

This commit is contained in:
Evie Litherland-Smith 2024-01-10 15:04:06 +00:00
parent 02a6ac0ed1
commit 1635bb10a7

View file

@ -124,7 +124,7 @@
terminal = 0.8; terminal = 0.8;
}; };
fonts = rec { fonts = rec {
sizes.terminal = 14; sizes.terminal = 12;
emoji = { emoji = {
name = "Noto Color Emoji"; name = "Noto Color Emoji";
package = pkgs.noto-fonts-emoji; package = pkgs.noto-fonts-emoji;