From 2b71a8a45d5bd2134787026def76ff9a36bc519a Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Tue, 6 Jun 2023 18:36:32 +0200 Subject: Remove unused home channel The guix-gaming-games channel isn't used, so remove it. This way we can just fall back to the system channels. --- tw/home/lap.scm | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'tw/home/lap.scm') diff --git a/tw/home/lap.scm b/tw/home/lap.scm index b42b8c4d..c6e6d60a 100644 --- a/tw/home/lap.scm +++ b/tw/home/lap.scm @@ -31,7 +31,6 @@ #:use-module (gnu packages xdisorg) #:use-module (gnu services) #:use-module (gnu services shepherd) - #:use-module (guix channels) #:use-module (guix gexp) #:use-module ((nongnu packages messaging) #:select (signal-desktop)) @@ -94,28 +93,6 @@ ;; To search for available home services, run 'guix home search KEYWORD'. (services (cons* - ;; This can't be a `service' as that would remove the 'guix channel. - (simple-service 'nonfree-channels home-channels-service-type - (list - (channel ; also pulls in nonguix - (name 'tw) - (url "git://lud.wg/~timo/guix-decls.git") - (branch "master") - (introduction - (make-channel-introduction - "f26d5f53db3ec351d5d44814b587f1c5f698b155" - (openpgp-fingerprint - "53EC 3C06 8568 83DD 9235 5BC2 2FC7 8504 681F 69B0")))) - (channel - (name 'guix-gaming-games) - (url "https://gitlab.com/guix-gaming-channels/games") - ;; Enable signature verification: - (introduction - (make-channel-introduction - "c23d64f1b8cc086659f8781b27ab6c7314c5cca5" - (openpgp-fingerprint - "50F3 3E2E 5B0C 3D90 0424 ABE8 9BDC F497 A4BB CC7F")))))) - ;; Batsignal: battery level notifications. (service home-batsignal-service-type (home-batsignal-configuration -- cgit v1.2.3