mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
wezterm: workaround broken rendering (actually)
upstream issue: https://github.com/NixOS/nixpkgs/issues/336069
This commit is contained in:
parent
7084470ae0
commit
20fa70abd8
1 changed files with 4 additions and 0 deletions
|
|
@ -9,4 +9,8 @@ return {
|
|||
mods = 'CMD|SHIFT',
|
||||
action = wezterm.action.ActivateCommandPalette,
|
||||
},
|
||||
},
|
||||
-- Workaround for https://github.com/NixOS/nixpkgs/issues/336069#issuecomment-2299008280
|
||||
-- Remove later.
|
||||
front_end = "WebGpu"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue