force channel config

This commit is contained in:
Peter Tillemans 2025-07-30 23:54:56 +02:00
parent 74cb7123d6
commit a7c2e16eea

View file

@ -232,42 +232,43 @@
"eval \"$(atuin init bash)\"" "eval \"$(atuin init bash)\""
"if [[ \"$ALACRITTY_WINDOW_ID\" != \"\" ]]; then tmux; fi" "if [[ \"$ALACRITTY_WINDOW_ID\" != \"\" ]]; then tmux; fi"
))))))) )))))))
(simple-service 'variant-packages-service ;; (simple-service 'variant-packages-service
home-channels-service-type
(list (service home-channels-service-type
(list
(channel
(name 'guix) (channel
(url (channel-url %default-guix-channel)) (name 'guix)
(branch "rust-team") (url (channel-url %default-guix-channel))
(introduction (branch "rust-team")
(make-channel-introduction (introduction
"9edb3f66fd807b096b48283debdcddccfea34bad" (make-channel-introduction
(openpgp-fingerprint "9edb3f66fd807b096b48283debdcddccfea34bad"
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))) (openpgp-fingerprint
(channel "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
(name 'nonguix) (channel
(url "https://gitlab.com/nonguix/nonguix") (name 'nonguix)
;; Enable signature verification: (url "https://gitlab.com/nonguix/nonguix")
(introduction ;; Enable signature verification:
(make-channel-introduction (introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc" (make-channel-introduction
(openpgp-fingerprint "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))) (openpgp-fingerprint
;; (channel "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
;; (name 'guix-science-nonfree) ;; (channel
;; (url "https://codeberg.org/guix-science/guix-science-nonfree.git") ;; (name 'guix-science-nonfree)
;; (introduction ;; (url "https://codeberg.org/guix-science/guix-science-nonfree.git")
;; (make-channel-introduction ;; (introduction
;; "58661b110325fd5d9b40e6f0177cc486a615817e" ;; (make-channel-introduction
;; (openpgp-fingerprint ;; "58661b110325fd5d9b40e6f0177cc486a615817e"
;; "CA4F 8CF4 37D7 478F DA05 5FD4 4213 7701 1A37 8446")))) ;; (openpgp-fingerprint
(channel ;; "CA4F 8CF4 37D7 478F DA05 5FD4 4213 7701 1A37 8446"))))
(name 'snamguix) (channel
(url "https://forge.snamellit.com/pti/snamguix") (name 'snamguix)
(branch "main")) (url "https://forge.snamellit.com/pti/snamguix")
(branch "main"))
))
))
(service home-mcron-service-type) (service home-mcron-service-type)
)) ))