fix: font being "squished"

This commit is contained in:
Peritia 2026-03-03 09:38:22 +01:00
parent 4c86be25f4
commit abcf8cb092
2 changed files with 4 additions and 3 deletions

View file

@ -12,6 +12,7 @@ in {
fonts.packages = with pkgs; [
nerd-fonts.jetbrains-mono
noto-fonts
nerd-fonts.noto
];
};
}