diff options
author | davidovski <david@davidovski.xyz> | 2021-11-09 17:36:30 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-11-09 17:36:30 +0000 |
commit | a4618ee489a1cc393e195d61e965bd41885e8f14 (patch) | |
tree | db267730583844683979932323913cfab1494889 /xipkg.conf | |
parent | a8c82c3abbd0a0a1b9d82d126872ab989bb263aa (diff) |
synced packages from repos to list
Diffstat (limited to 'xipkg.conf')
-rw-r--r-- | xipkg.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xipkg.conf b/xipkg.conf new file mode 100644 index 0000000..418eefe --- /dev/null +++ b/xipkg.conf @@ -0,0 +1,13 @@ +# This is the default configuration for xipkg +# +include /etc/xipkg.d/default.conf + +sources { + davidovski https://xi.davidovski.xyz/repo/ +} + +repos [ + core + extra +] + |