feat: switch to ghostty

This commit is contained in:
Gerg-L 2025-05-26 14:47:24 -04:00
parent 23400b0ab3
commit a68ff34ebb
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
5 changed files with 105 additions and 8 deletions

View file

@ -77,7 +77,10 @@ in
sansSerif = [ "Overpass" ];
monospace = [ "Overpass Mono" ];
};
hinting.enable = true;
hinting = {
enable = true;
style = "medium";
};
antialias = true;
};
};