~ruther/guix-config

ref: d6793e0a8bb74b5bce4188b5efc707879242afa4 guix-config/channels.scm -rw-r--r-- 298 bytes
d6793e0a — Rutherther feat: add printscreen script 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