aboutsummaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
Diffstat (limited to 'tw')
-rw-r--r--tw/home/cern.scm14
1 files changed, 0 insertions, 14 deletions
diff --git a/tw/home/cern.scm b/tw/home/cern.scm
index 8f446e3b..ee897b5d 100644
--- a/tw/home/cern.scm
+++ b/tw/home/cern.scm
@@ -15,7 +15,6 @@
#:use-module (gnu home services pm)
#:use-module (gnu packages)
#:use-module (gnu services)
- #:use-module (guix channels)
#:use-module (guix gexp)
#:use-module ((nongnu packages messaging)
#:select (zoom))
@@ -54,19 +53,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
- (name 'nonguix)
- (url "https://gitlab.com/nonguix/nonguix")
- ;; Enable signature verification:
- (introduction
- (make-channel-introduction
- "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
- (openpgp-fingerprint
- "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))))
-
(simple-service 'remote-desktop-config home-files-service-type
`((".local/share/vinagre/vinagre-bookmarks.xml" ,(local-file "files/vinagre-bookmarks.xml"))))