This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | local wezterm = require("wezterm") | |
| local function font_with_fallback(name, params) | |
| local names = { name, "Apple Color Emoji", "azuki_font" } | |
| return wezterm.font_with_fallback(names, params) | |
| end | |
| local font_name = "PragmataProMonoLiga Nerd Font" | |
| return { |