Compare commits
No commits in common. "4e65ff8c8747af73608b3b4fa3dc99085152a8bb" and "856ac38d1abd4bbace011c6135ffd89ce37b0029" have entirely different histories.
4e65ff8c87
...
856ac38d1a
1 changed files with 10 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
||||||
#:use-module (snamellit packages fzf)
|
#:use-module (snamellit packages fzf)
|
||||||
#:use-module (srfi srfi-1)
|
#:use-module (srfi srfi-1)
|
||||||
#:use-module (ice-9 format)
|
#:use-module (ice-9 format)
|
||||||
|
#:use-module (nebula packages fonts)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -262,6 +263,15 @@
|
||||||
(name 'snamguix)
|
(name 'snamguix)
|
||||||
(url "https://forge.snamellit.com/pti/snamguix")
|
(url "https://forge.snamellit.com/pti/snamguix")
|
||||||
(branch "main"))
|
(branch "main"))
|
||||||
|
(channel
|
||||||
|
(name 'nebula)
|
||||||
|
(url "https://git.sr.ht/~apoorv569/nebula")
|
||||||
|
(branch "master")
|
||||||
|
;; Enable signature verification:
|
||||||
|
(introduction
|
||||||
|
(make-channel-introduction "2f1be757b40f78456220823b71aace5277c5f33d"
|
||||||
|
(openpgp-fingerprint
|
||||||
|
"53B4 8418 D76A 3EF1 1BCC 92A8 4FDB 05CF 5D67 6283"))))
|
||||||
(channel
|
(channel
|
||||||
(name 'benoitj)
|
(name 'benoitj)
|
||||||
(url "https://git.sr.ht/~benoit/my-guix-channel")
|
(url "https://git.sr.ht/~benoit/my-guix-channel")
|
||||||
|
|
Loading…
Add table
Reference in a new issue