merge origin/nixos

This commit is contained in:
2026-03-11 11:08:43 +00:00
4 changed files with 651 additions and 20 deletions
+3 -18
View File
@@ -1,18 +1,3 @@
---@class SigilConfig
---@field target table<string, string|boolean>
---@field ignore? string[]
---@type SigilConfig
local config = {
target = {
linux = "~",
default = "~",
},
ignore = {
-- "**/.DS_Store",
-- "**/*.tmp",
-- "cache/**",
},
}
return config
return {
linux = "~/.gitconfig"
}