1
1
Fork 0

wezterm: enable module

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-07 21:50:45 -06:00
parent cfdbf4a977
commit 5cef304b5c
Signed by: Myned
GPG key ID: C7224454F7881A34
2 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ with lib; {
kitty.enable = true;
nautilus.enable = true;
nvtop.enable = true;
#// wezterm.enable = true;
wezterm.enable = true;
})
(mkIf config.custom.full {

View file

@ -5,7 +5,7 @@ config.enable_scroll_bar = true
-- # BUG: Wayland is currently a WIP
-- https://github.com/wez/wezterm/issues/5793
config.enable_wayland = false
-- // config.enable_wayland = false
-- # BUG: Font weight does not render properly with WebGpu
-- https://github.com/wez/wezterm/issues/3032
@ -14,7 +14,7 @@ config.force_reverse_video_cursor = true -- Invert colors
-- # BUG: OpenGL/Software rendering is broken
-- https://github.com/wez/wezterm/issues/5990
config.front_end = 'WebGpu' -- Vulkan support
-- // config.front_end = 'WebGpu' -- Vulkan support
config.hide_tab_bar_if_only_one_tab = true
config.scrollback_lines = 10000