~ruther/guix-config

ref: c1c12366c9a1fda0eeca3ac6c10eb9c3d8e1557c guix-config/channels.scm -rw-r--r-- 298 bytes
c1c12366 — Rutherther feat: add zsh, with plugins 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(list
 (channel
  (name 'nonguix)
  (url "https://gitlab.com/nonguix/nonguix")
  (branch "master"))

 (channel
  (name 'ruther)
  (url "https://github.com/Rutherther/guix-exprs")
  (branch "main"))

 (channel
  (name 'guix)
  (url "https://git.savannah.gnu.org/git/guix.git")
  (branch "master")))
Do not follow this link