fix(wezterm)!: set front_end
to WebGpu
This commit is contained in:
parent
5868b5885f
commit
8abd11e0a7
2 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
(wezterm.config_builder)
|
||||
{}))
|
||||
|
||||
;; https://github.com/NixOS/nixpkgs/issues/336069
|
||||
(set config.front_end "WebGpu")
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;
|
||||
;;; Font Options ;;;
|
||||
;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
|
@ -2,6 +2,9 @@ local M = {}
|
|||
|
||||
local wezterm = require("wezterm")
|
||||
|
||||
-- https://github.com/NixOS/nixpkgs/issues/336069
|
||||
M.front_end = "WebGpu"
|
||||
|
||||
----------
|
||||
-- Font --
|
||||
----------
|
||||
|
|
Loading…
Reference in a new issue