fix(foot): fix font size
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-15 17:11:50 -05:00
parent 86e37578c7
commit d6fb8583dc

View file

@ -38,9 +38,8 @@ in {
# FIXME: Figure out font size with Dpi-aware
font = "JetBrainsMono Nerd Font:size=${
lib.strings.floatToString (fontSize - 5)
lib.strings.floatToString fontSize
}";
dpi-aware = true;
pad = "0x10";
};