Skip to content

Commit

Permalink
font refer Hack Nerd Font
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuga-Tsukui committed Aug 27, 2024
1 parent 03fc7b8 commit ff54cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot_wezterm.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local wezterm = require("wezterm")

local config = wezterm.config_builder()
config.font = wezterm.font("Hack")
config.font = wezterm.font("Hack Nerd Font")
config.font_size = 18
config.color_scheme = 'tokyonight'

Expand Down

0 comments on commit ff54cb0

Please sign in to comment.