openpeon dir

This commit is contained in:
2026-03-10 11:47:53 +00:00
parent 0efe69f5e9
commit 68a7753500
20 changed files with 191 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
---@class SigilConfig
---@field target table<string, string|boolean>
---@field ignore? string[]
---@type SigilConfig
local config = {
target = {
linux = "~/.config/openpeon",
default = "~/.config/openpeon",
},
ignore = {},
}
return config