MBunel / my-guix

A custom guix channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My-guix

Collection of guix packages

Use this repo as a channel add the following lines in the ~/.config/guix/channels.scm file :

(append (list (channel
                (name 'mbunel-guix-packages)
                (url "https://github.com/MBunel/my-guix.git")
		(branch "main")))
        %default-channels)

Packages avaliable

About

A custom guix channel

License:MIT License


Languages

Language:Scheme 100.0%