You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which Wayland compositor or X11 Window manager(s) are you using?
Qtile
WezTerm version
20240203-110809-5046fc22
Ask your question!
I'm currently using wezterm on NixOS and I cannot for the life of my get a config to work that sets my font to the Iosevka Nerd Font. I have tried Iosevka, Iosevka Nerd Font, Iosevka NF, IosevkaNerdFont, IosevkaNF, and nothing at all works. I even installed Iosevka Term and used the exact configuration used here for setting the font to Iosevka Term and that didn't work either. I can see the installed fonts in my ~/nix-profile/share/fonts directory, so I know they are installed. Below is my configuration.
localwezterm=require'wezterm'localconfig= {}
config.enable_tab_bar=falseconfig.font=wezterm.font'Iosevka Nerd Font'--[[ tried the following directly from the docs and it didn't work eitherconfig.font = wezterm.font( 'Iosevka Term', { stretch = 'Expanded', weight = 'Regular' } )--]]config.color_scheme='Black Metal (base16)'config.window_background_opacity=0.75config.front_end='WebGpu' -- fixes textures not rendering properly on unstable branch of nixpkgsreturnconfig
When I do wezterm ls-fonts --list-system I get a bunch of results like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What Operating System(s) are you running on?
Linux X11
Which Wayland compositor or X11 Window manager(s) are you using?
Qtile
WezTerm version
20240203-110809-5046fc22
Ask your question!
I'm currently using wezterm on NixOS and I cannot for the life of my get a config to work that sets my font to the Iosevka Nerd Font. I have tried Iosevka, Iosevka Nerd Font, Iosevka NF, IosevkaNerdFont, IosevkaNF, and nothing at all works. I even installed Iosevka Term and used the exact configuration used here for setting the font to Iosevka Term and that didn't work either. I can see the installed fonts in my
~/nix-profile/share/fonts
directory, so I know they are installed. Below is my configuration.When I do
wezterm ls-fonts --list-system
I get a bunch of results like this:But even using
wezterm.font("Iosevka Nerd Font", {weight="Regular", stretch="Normal", style="Normal"})
in my configuration doesn't work either.I've gotten Iosevka working with Qtile and other programs, its just wezterm that seems to not want to work with it.
Beta Was this translation helpful? Give feedback.
All reactions