aboutsummaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home')
-rw-r--r--tw/home/lap.scm13
1 files changed, 6 insertions, 7 deletions
diff --git a/tw/home/lap.scm b/tw/home/lap.scm
index 2b3c848d..b42b8c4d 100644
--- a/tw/home/lap.scm
+++ b/tw/home/lap.scm
@@ -97,16 +97,15 @@
;; This can't be a `service' as that would remove the 'guix channel.
(simple-service 'nonfree-channels home-channels-service-type
(list
- ;; Nonguix is also needed system-wide for non-free drivers!
- (channel
- (name 'nonguix)
- (url "https://gitlab.com/nonguix/nonguix")
- ;; Enable signature verification:
+ (channel ; also pulls in nonguix
+ (name 'tw)
+ (url "git://lud.wg/~timo/guix-decls.git")
+ (branch "master")
(introduction
(make-channel-introduction
- "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
+ "f26d5f53db3ec351d5d44814b587f1c5f698b155"
(openpgp-fingerprint
- "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
+ "53EC 3C06 8568 83DD 9235 5BC2 2FC7 8504 681F 69B0"))))
(channel
(name 'guix-gaming-games)
(url "https://gitlab.com/guix-gaming-channels/games")