X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/d7dee82420a04e5c92e5b5ad316e14a49bd4d689..ca3a844af240ca87882522d14b530e0f1a6327ef:/.config/guix/channels.scm diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm new file mode 100644 index 0000000..9daf2a8 --- /dev/null +++ b/.config/guix/channels.scm @@ -0,0 +1,6 @@ +(list (channel + (name 'guix) ; https://git.savannah.gnu.org/git/guix.git + (url "file:///home/bandali/src/git/guix")) + (channel + (name 'guix-bandali) ; https://git.sr.ht/~bandali/guix-bandali + (url "file:///home/bandali/src/git/guix-bandali")))