Create channel

This commit is contained in:
G
2025-02-23 08:17:29 -06:00
committed by GigiaJ
parent 67dfa646c9
commit 89b89d018f

7
channels.scm Normal file
View File

@@ -0,0 +1,7 @@
;; channel.scm
(use-modules (guix git))
(channel
(name 'G-Packages)
(url "https://github.com/GigiaJ/Guix-Personal-Packages.git")
(branch "main"))