From a9b200b1d9332c11c8784037ae32958602800c98 Mon Sep 17 00:00:00 2001 From: SouthFox Date: Fri, 22 Nov 2024 15:52:33 +0800 Subject: [PATCH] [feat] update channel Signed-off-by: SouthFox --- channels.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/channels.scm b/channels.scm index ab4d3a1..413b075 100644 --- a/channels.scm +++ b/channels.scm @@ -1,5 +1,4 @@ (append (list (channel (name 'fox-channel) - (url (string-append "file://" (getenv "HOME") - "/.config/guix")))) + (url "https://git.southfox.me/southfox/guix-config"))) %default-channels)