mix/mix.hjson.example
2025-06-24 13:32:46 +01:00

21 lines
No EOL
574 B
Text

default: {
packages: [
{
id: "wez.wezterm"
version: "20240203-110809-5046fc22"
config: [
{
type: "raw"
path: "~/.wezterm.lua"
data:
'''
local wezterm = require 'wezterm'
local config = {}
config.color_scheme = 'Batman'
return config
'''
}
]
}
]
}