fix(ghostty): revert font, colors

This commit is contained in:
Barrett Ruth 2026-03-08 01:36:53 -05:00
parent cbcdef875f
commit a639a56688
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 11 additions and 11 deletions

View file

@ -117,7 +117,7 @@ in
CLAUDE_CONFIG_DIR = "${config.xdg.configHome}/claude";
})
(lib.mkIf zen {
BROWSER = "zen";
BROWSER = "zen-beta";
})
];

View file

@ -9,7 +9,7 @@
programs.ghostty = {
enable = true;
settings = {
font-family = "Zed Mono";
font-family = "Berkeley Mono";
font-codepoint-map = "U+f101-U+f25c=nonicons";
font-feature = "-calt";
font-size = 20;