From 43f53b504f0e47d4b314c2a852cd069dbfe53f8e Mon Sep 17 00:00:00 2001 From: TakeV Date: Wed, 12 Jul 2023 01:50:29 -0700 Subject: [PATCH] Create channel --- .guix-authorizations | 8 ++++++++ .guix-channel | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 .guix-authorizations create mode 100644 .guix-channel diff --git a/.guix-authorizations b/.guix-authorizations new file mode 100644 index 0000000..3ce383b --- /dev/null +++ b/.guix-authorizations @@ -0,0 +1,8 @@ +(authorizations + (version 0) + (("1086 326D E207 068C 1C02 5129 A64F 4134 5C74 00AF" + (name "takev")))) + +;;; Local Variables: +;;; mode: scheme +;;; End: diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..891429d --- /dev/null +++ b/.guix-channel @@ -0,0 +1,8 @@ +(channel + (version 0) + (directory ".guix/modules")) + + +;;; Local Variables: +;;; mode: scheme +;;; End: \ No newline at end of file