ambevar-dotfiles/.config/guix/channels.scm

23 lines
646 B
Scheme
Raw Normal View History

(cons*
(channel
(name 'non-free-applications)
(url "https://gitlab.com/guix-gaming-channels/applications.git")
(branch "master"))
(channel
(name 'non-free-games)
(url "https://gitlab.com/guix-gaming-channels/games.git")
(branch "master"))
(channel
(name 'non-free-duke-nukem-3d)
(url "https://gitlab.com/guix-gaming-channels/duke-nukem-3d.git")
(branch "master"))
2019-05-25 19:48:24 +02:00
(channel
(name 'non-free-quake-3)
(url "https://gitlab.com/guix-gaming-channels/quake-3.git")
(branch "master"))
;; (channel
;; (name 'guix-chromium)
;; (url "https://gitlab.com/mbakke/guix-chromium.git")
;; (branch "master"))
%default-channels)