fix(ghostty): revert font, colors
This commit is contained in:
parent
cbcdef875f
commit
a639a56688
3 changed files with 11 additions and 11 deletions
|
|
@ -117,7 +117,7 @@ in
|
|||
CLAUDE_CONFIG_DIR = "${config.xdg.configHome}/claude";
|
||||
})
|
||||
(lib.mkIf zen {
|
||||
BROWSER = "zen";
|
||||
BROWSER = "zen-beta";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue