wezterm: remove nvidia

This commit is contained in:
notohh 2024-05-01 11:34:02 -04:00
parent cb4f784e88
commit 4d89115a0c
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -3,11 +3,6 @@ local wezterm = require("wezterm")
local config = {
front_end = "WebGpu",
webgpu_preferred_adapter = {
backend = "Vulkan",
device_type = "DiscreteGpu",
name = "NVIDIA GeForce GTX 1070 Ti",
},
color_scheme = "Tokyo Night",
enable_wayland = false,
font = wezterm.font("JetBrainsMono NF Medium"),