diff options
-rw-r--r-- | nichijou/home/config/guix/channels.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nichijou/home/config/guix/channels.scm b/nichijou/home/config/guix/channels.scm new file mode 100644 index 0000000..baa1299 --- /dev/null +++ b/nichijou/home/config/guix/channels.scm @@ -0,0 +1,4 @@ +(cons (channel (name 'nichijou) + (url "file:///home/renken/dev/gitlab/nichijou")) + ;; (url "https://gitlab.com/renken/nichijou")) + %default-channels) |