diff options
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 +] + |