diff options
-rw-r--r-- | conf/intel/portage/repos.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/intel/portage/repos.conf b/conf/intel/portage/repos.conf new file mode 100644 index 0000000..edda932 --- /dev/null +++ b/conf/intel/portage/repos.conf @@ -0,0 +1,20 @@ +[DEFAULT] +main-repo = kogaion-desktop + +[kogaion-desktop] +priority = 3 +location = /var/lib/layman/kogaion-desktop +sync-type = git +sync-uri = https://github.com/Rogentos/kogaion-desktop.git + +[kogaion] +location = /var/lib/layman/kogaion +sync-type = git +sync-uri = https://github.com/Rogentos/kogaion.git +priority = 2 + +[gentoo] +priority = 1 +location = /usr/portage/ +sync-type = rsync +rsync-uri = rsync://rsync.europe.gentoo.org/gentoo-portage |