mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
5 lines
139 B
Lua
5 lines
139 B
Lua
local _dir_ = debug.getinfo(1, "S").source:sub(2):match("(.*[/\\])") or "./"
|
|
|
|
kat = { root_dir = _dir_, exec_interval = 3600 }
|
|
|
|
return kat
|