From 5539dfd54bd795937a935a2088b24bd7602037d7 Mon Sep 17 00:00:00 2001 From: Nathan Christopher McRae Date: Mon, 19 Jan 2026 22:56:42 -0800 Subject: [PATCH] Add .guix_* --- .guix_authorizations | 4 ++++ .guix_channel | 3 +++ 2 files changed, 7 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..b3fd785 --- /dev/null +++ b/.guix_authorizations @@ -0,0 +1,4 @@ +(authorizations + (version 0) + (("BF2C984D163E47CAAA95AD589B06663352168487" + (name "nathanmcrae-key_ei")))) diff --git a/.guix_channel b/.guix_channel new file mode 100644 index 0000000..4bd12e4 --- /dev/null +++ b/.guix_channel @@ -0,0 +1,3 @@ +(channel + (version 0) + (url "https://git.nathanmcrae.name/nathanmcrae/guix-channel.git"))