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