diff --git a/default/pacman/pacman-edge.conf b/default/pacman/pacman-edge.conf index 50d2e498..d83befca 100644 --- a/default/pacman/pacman-edge.conf +++ b/default/pacman/pacman-edge.conf @@ -28,3 +28,18 @@ Include = /etc/pacman.d/mirrorlist [omarchy] SigLevel = Optional TrustAll Server = https://pkgs.omarchy.org/edge/$arch + +# Repositories for debug symbol packages. +# +# These upstream debug packages will only match core/extra/multilib packages from the Omarchy edge +# channel. Also note that you may not need to enable these repositories for many debugging tools -- +# debuginfod will work fine if you're on Omarchy edge. +# +# [core-debug] +# Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch +# +# [extra-debug] +# Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch +# +# [multilib-debug] +# Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch