mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-18 16:37:21 +02:00
8 lines
154 B
Lua
8 lines
154 B
Lua
local wezterm = require 'wezterm'
|
|
local config = wezterm.config_builder()
|
|
|
|
config.enable_scroll_bar = true
|
|
config.scrollback_lines = 50000
|
|
|
|
|
|
return config |