ghostty: JetBrains Mono -> 0xProto

This commit is contained in:
Jan Kremer 2026-01-26 09:37:52 +01:00
parent a8295e0df6
commit d5de4494ad
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
{ {
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
jetbrains-mono jetbrains-mono
_0xproto
]; ];
homebrew.casks = [ homebrew.casks = [
"font-chomsky" "font-chomsky"

View file

@ -4,6 +4,7 @@
package = null; package = null;
enableZshIntegration = true; enableZshIntegration = true;
settings = { settings = {
font-family = "0xProto";
font-size = 16; font-size = 16;
window-padding-x = 5; window-padding-x = 5;
window-padding-balance = true; window-padding-balance = true;