wezterm: enable module
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
cfdbf4a977
commit
5cef304b5c
2 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ with lib; {
|
||||||
kitty.enable = true;
|
kitty.enable = true;
|
||||||
nautilus.enable = true;
|
nautilus.enable = true;
|
||||||
nvtop.enable = true;
|
nvtop.enable = true;
|
||||||
#// wezterm.enable = true;
|
wezterm.enable = true;
|
||||||
})
|
})
|
||||||
|
|
||||||
(mkIf config.custom.full {
|
(mkIf config.custom.full {
|
||||||
|
|
|
@ -5,7 +5,7 @@ config.enable_scroll_bar = true
|
||||||
|
|
||||||
-- # BUG: Wayland is currently a WIP
|
-- # BUG: Wayland is currently a WIP
|
||||||
-- https://github.com/wez/wezterm/issues/5793
|
-- https://github.com/wez/wezterm/issues/5793
|
||||||
config.enable_wayland = false
|
-- // config.enable_wayland = false
|
||||||
|
|
||||||
-- # BUG: Font weight does not render properly with WebGpu
|
-- # BUG: Font weight does not render properly with WebGpu
|
||||||
-- https://github.com/wez/wezterm/issues/3032
|
-- 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
|
-- # BUG: OpenGL/Software rendering is broken
|
||||||
-- https://github.com/wez/wezterm/issues/5990
|
-- 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.hide_tab_bar_if_only_one_tab = true
|
||||||
config.scrollback_lines = 10000
|
config.scrollback_lines = 10000
|
||||||
|
|
Loading…
Add table
Reference in a new issue