Skip to content

Commit

Permalink
fix(wezterm): Switch to non-NF Maple Mono and let Wezterm handle icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Oct 10, 2023
1 parent d49e4b7 commit 6e9da8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home-manager/modules/wezterm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ in {
home = {
packages = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" ]; })
maple-mono-NF
maple-mono
];
sessionVariables = { TERM = "wezterm"; };
activation.installWeztermTerminfo = ''
Expand Down Expand Up @@ -97,7 +97,7 @@ in {
config.cursor_blink_rate = 0
-- config.font = w.font('Maple Mono NF')
config.font = wezterm.font({
family = 'Maple Mono NF',
family = 'Maple Mono',
harfbuzz_features = {
'cv03',
'cv04',
Expand Down

0 comments on commit 6e9da8c

Please sign in to comment.