Skip to content

Commit

Permalink
font tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Billimek <jeff@billimek.com>
  • Loading branch information
billimek committed Dec 31, 2024
1 parent 83e09ae commit 6b7b7d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion home-manager/common/features/cli/ghostty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
clipboard-trim-trailing-spaces = true
copy-on-select = true
# use default fonts for now because the custom fonts render symbols too small
# use 'fallback' nerdfont symbols font to make default fonts for now because the custom fonts render symbols too small
# see https://github.com/ghostty-org/ghostty/discussions/3501
font-family = "Monaspace Neon"
font-family = "Symbols Nerd Font Mono"
# font-family = "MonaspiceNe NFM"
# font-family-bold = "MonaspiceNe NFM Bold"
# font-family-bold-italic = "MonaspiceRn NFM Bold Italic"
Expand Down
3 changes: 2 additions & 1 deletion hosts/common/darwin/defaults.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@

# add nerd fonts
fonts.packages = [
pkgs-unstable.nerd-fonts.hack
pkgs-unstable.monaspace
pkgs-unstable.nerd-fonts.monaspace
pkgs-unstable.nerd-fonts.symbols-only
];

system.keyboard = {
Expand Down

0 comments on commit 6b7b7d1

Please sign in to comment.