Add .guix-authorizations and .guix-channel
parent
4c009d206e
commit
e625d613e2
|
@ -0,0 +1,4 @@
|
|||
(authorizations
|
||||
(version 0)
|
||||
(("1B4E 8236 558D 92AD B60C A3C6 F525 5563 9A82 09E2")
|
||||
(name "Luis Guilherme Coelho Bueno")))
|
|
@ -0,0 +1,3 @@
|
|||
(channel
|
||||
(version 0)
|
||||
(url "https://codeberg.org/anemofilia/radix"))
|
|
@ -1,4 +1,4 @@
|
|||
(define-modules (radix home services)
|
||||
(define-module (radix home services)
|
||||
#:export (use-home-service-modules))
|
||||
|
||||
(define service-module-hint
|
||||
|
|
Loading…
Reference in New Issue