8 lines
106 B
Lua
8 lines
106 B
Lua
---@type SigilConfig
|
|
return {
|
|
target = {
|
|
linux = "~/.config/foot",
|
|
default = "~/.config/foot",
|
|
},
|
|
}
|