Skip to content

Latest commit

 

History

History
53 lines (48 loc) · 2.29 KB

README.md

File metadata and controls

53 lines (48 loc) · 2.29 KB

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