From e625d613e221c742754226d141e4c3690367d345 Mon Sep 17 00:00:00 2001 From: anemofilia Date: Sat, 5 Aug 2023 09:18:38 -0300 Subject: [PATCH] Add .guix-authorizations and .guix-channel --- .guix-authorizations | 4 ++++ .guix-channel | 3 +++ home/services.scm | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .guix-authorizations create mode 100644 .guix-channel diff --git a/.guix-authorizations b/.guix-authorizations new file mode 100644 index 0000000..532197b --- /dev/null +++ b/.guix-authorizations @@ -0,0 +1,4 @@ +(authorizations + (version 0) + (("1B4E 8236 558D 92AD B60C A3C6 F525 5563 9A82 09E2") + (name "Luis Guilherme Coelho Bueno"))) diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..c06519a --- /dev/null +++ b/.guix-channel @@ -0,0 +1,3 @@ +(channel + (version 0) + (url "https://codeberg.org/anemofilia/radix")) diff --git a/home/services.scm b/home/services.scm index f70d008..66ffc06 100644 --- a/home/services.scm +++ b/home/services.scm @@ -1,4 +1,4 @@ -(define-modules (radix home services) +(define-module (radix home services) #:export (use-home-service-modules)) (define service-module-hint