summaryrefslogtreecommitdiffstats
path: root/.config/guix/channels.scm
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-08-06 15:59:50 -0400
committerAmin Bandali <bandali@gnu.org>2019-08-06 22:12:44 -0400
commit5b10d87963635651193e26b20c11794c2858568c (patch)
treea5644d0437b0689027fe91df6b86b6d34eb8c618 /.config/guix/channels.scm
parent4a72cb41c2cf0e575de05302de7723d26f00f8b6 (diff)
downloadconfigs-5b10d87963635651193e26b20c11794c2858568c.tar.gz
configs-5b10d87963635651193e26b20c11794c2858568c.tar.xz
configs-5b10d87963635651193e26b20c11794c2858568c.zip
emacs, guix: add back most packages unavailable in Guix proper
namely, the following: - boxquote - company-ebdb - delight - ebdb - erc-scrolltoplace - message-x - mwim - shrink-path - unkillable-scratch they are now packaged in my guix-bandali channel, and hopefully soon in upstream guix as well.
Diffstat (limited to '.config/guix/channels.scm')
-rw-r--r--.config/guix/channels.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm
new file mode 100644
index 0000000..9047b41
--- /dev/null
+++ b/.config/guix/channels.scm
@@ -0,0 +1,10 @@
+(list (channel
+ (name 'guix)
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (commit
+ "e920037793faeebf8fb2a918b50a1751b125a0af"))
+ (channel
+ (name 'guix-bandali)
+ (url "https://git.sr.ht/~bandali/guix-bandali")
+ (commit
+ "826fb6ff3669fd4a14dfb17a7aa89777507fb4d6")))