Custom guix channel that contain configuration for my machines — which is probably not useful for anyone else. But also packages that have not gone upstream. Either because they do not fit or not fully tested.
If you want to utilize this channel, add it to
~/.config/guix/channels.scm
:
(cons* (channel
(name 'plt)
(url "https://git.sr.ht/~plattfot/plt")
(introduction
(make-channel-introduction
"61dfbca4d620e3aace503bc442dacb292300d3ad"
(openpgp-fingerprint
"2B83 A0D1 1E23 FC2C 859F E6AA C214 3ED5 2D14 3D21"))))
%default-channels)