From a7c85a842c092c724a9b2a16acc0598362e5c30e Mon Sep 17 00:00:00 2001 From: Nathan Christopher McRae Date: Sat, 21 Feb 2026 10:33:15 -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"))