From ca3a844af240ca87882522d14b530e0f1a6327ef Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 6 Oct 2020 00:14:12 -0400 Subject: Move user-level configs out of rc.org I will keep rc.org around for now, only for system-level (global) config files. --- .config/guix/channels.scm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/guix/channels.scm (limited to '.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"))) -- cgit v1.2.3-83-g751a