Update dotfiles (2026-03-07 22:52:54)

This commit is contained in:
Zacharias-Brohn
2026-03-07 22:52:54 +01:00
parent 778d724f9d
commit 170d015464
8 changed files with 225 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
local M = {}
function M.setup(config, wezterm)
config.enable_kitty_graphics = true
end
return M