~ruther/guix-config

ref: d74e115ab478b9147d0f6b22964daac863fb6fcc guix-config/channels.scm -rw-r--r-- 298 bytes
d74e115a — Rutherther feat: dwl xwayland, waybar config 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