summaryrefslogtreecommitdiffstats
path: root/.config/guix
diff options
context:
space:
mode:
Diffstat (limited to '.config/guix')
-rw-r--r--.config/guix/.gitignore1
-rwxr-xr-x.config/guix/channels.scm10
2 files changed, 0 insertions, 11 deletions
diff --git a/.config/guix/.gitignore b/.config/guix/.gitignore
deleted file mode 100644
index 1f4ddec..0000000
--- a/.config/guix/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
1current \ No newline at end of file
diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm
deleted file mode 100755
index 0554922..0000000
--- a/.config/guix/channels.scm
+++ /dev/null
@@ -1,10 +0,0 @@
1(cons* (channel
2 (name 'nonguix)
3 (url "https://gitlab.com/nonguix/nonguix")
4 ;; Enable signature verification:
5 (introduction
6 (make-channel-introduction
7 "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
8 (openpgp-fingerprint
9 "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
10 %default-channels)