chore: reset history

This commit is contained in:
grngxd 2025-06-24 13:32:46 +01:00
commit 3a0b1a80c8
10 changed files with 355 additions and 0 deletions

21
mix.hjson.example Normal file
View file

@ -0,0 +1,21 @@
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
'''
}
]
}
]
}