summaryrefslogtreecommitdiffstats
path: root/files/.config/guix
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2024-10-04 08:50:39 +0200
committerjdlugosz963 <jdlugosz963@gmail.com>2024-10-04 08:50:39 +0200
commitdae7ceec9603208cab6412534aa84b918071606c (patch)
tree09298121bad80818f8d640bc1bd7fbddf765c132 /files/.config/guix
parent432ed8b122ce2ab40e2dacc11144a8835078d66f (diff)
downloaddotfiles-dae7ceec9603208cab6412534aa84b918071606c.tar.gz
dotfiles-dae7ceec9603208cab6412534aa84b918071606c.zip
Change channels and combine home with system config.
Diffstat (limited to 'files/.config/guix')
-rwxr-xr-xfiles/.config/guix/channels.scm24
1 files changed, 5 insertions, 19 deletions
diff --git a/files/.config/guix/channels.scm b/files/.config/guix/channels.scm
index 13bee44..cb25ece 100755
--- a/files/.config/guix/channels.scm
+++ b/files/.config/guix/channels.scm
@@ -1,19 +1,5 @@
1(cons* (channel 1(cons* (channel
2 (name 'rustup) 2 (name 'jdlugosz)
3 (url "https://github.com/declantsien/guix-rustup") 3 (branch "main")
4 (introduction 4 (url "https://github.com/jdlugosz963/dotfiles"))
5 (make-channel-introduction 5 %default-channels)
6 "325d3e2859d482c16da21eb07f2c6ff9c6c72a80"
7 (openpgp-fingerprint
8 "F695 F39E C625 E081 33B5 759F 0FC6 8703 75EF E2F5"))))
9
10 (channel
11 (name 'nonguix)
12 (url "https://gitlab.com/nonguix/nonguix")
13 ;; Enable signature verification:
14 (introduction
15 (make-channel-introduction
16 "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
17 (openpgp-fingerprint
18 "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
19 %default-channels)