Changeset 03ae411 in dotfiles
- Timestamp:
- Apr 12, 2020, 12:13:46 AM (5 years ago)
- Branches:
- master
- Children:
- 6918e4c
- Parents:
- dcfa0e4
- git-author:
- Mikhail Kirillov <w96k@…> (04/10/20 23:38:28)
- git-committer:
- Mikhail Kirillov <w96k@…> (04/12/20 00:13:46)
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/.config/guix/channels.scm
rdcfa0e4 r03ae411 1 (cons (channel 2 (name 'Brett) 3 (url "https://git.sr.ht/~brettgilio/cfg")) 4 %default-channels) 1 (cons* 2 3 (channel 4 (name 'w96k) 5 (url "https://git.sr.ht/~w96k/dotfiles")) 6 7 (channel 8 (name 'doujinhub) 9 (url "https://git.sr.ht/~w96k/doujinhub")) 10 11 (channel 12 (name 'cl-guix) 13 (url "https://gitlab.com/hu.moonstone/cl-guix.git") 14 (branch "master")) 15 16 (channel 17 (name 'nonguix) 18 (url "https://gitlab.com/nonguix/nonguix")) 19 20 ;; (channel 21 ;; (name 'Brett) 22 ;; (url "https://git.sr.ht/~brettgilio/cfg")) 23 24 %default-channels)
Note:
See TracChangeset
for help on using the changeset viewer.