This commit is contained in:
Daniel Ziltener 2024-03-21 02:57:41 +01:00
parent 2f019505cf
commit 66931009f7
Signed by: zilti
GPG key ID: B38976E82C9DAE42
4 changed files with 71 additions and 87 deletions

View file

@ -1,21 +1,23 @@
(cons* (channel (append %default-channels
(name 'nonguix) (list
(url "https://gitlab.com/nonguix/nonguix") (channel
;; Enable signature verification: (name 'nonguix)
(introduction (url "https://gitlab.com/nonguix/nonguix")
(make-channel-introduction ;; Enable signature verification:
"897c1a470da759236cc11798f4e0a5f7d4d59fbc" (introduction
(openpgp-fingerprint (make-channel-introduction
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))) "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(channel (openpgp-fingerprint
(name 'emacs-melpa) "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(url "https://github.com/babariviere/guix-emacs") (channel
(introduction (name 'emacs-melpa)
(make-channel-introduction (url "https://github.com/babariviere/guix-emacs")
"72ca4ef5b572fea10a4589c37264fa35d4564783" (introduction
(openpgp-fingerprint (make-channel-introduction
"261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18")))) "72ca4ef5b572fea10a4589c37264fa35d4564783"
(channel (openpgp-fingerprint
(name 'ziltis-channel) "261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18"))))
(url "https://gitea.lyrion.ch/zilti/guixchannel")) (channel
%default-channels) (name 'ziltis-channel)
(url "https://gitea.lyrion.ch/zilti/guixchannel")))
)

View file

@ -132,27 +132,29 @@ This adds the Nonguix channel.
#+NAME: root-channels #+NAME: root-channels
#+begin_src scheme :tangle channels.scm #+begin_src scheme :tangle channels.scm
(cons* (channel (append %default-channels
(name 'nonguix) (list
(url "https://gitlab.com/nonguix/nonguix") (channel
;; Enable signature verification: (name 'nonguix)
(introduction (url "https://gitlab.com/nonguix/nonguix")
(make-channel-introduction ;; Enable signature verification:
"897c1a470da759236cc11798f4e0a5f7d4d59fbc" (introduction
(openpgp-fingerprint (make-channel-introduction
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))) "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(channel (openpgp-fingerprint
(name 'emacs-melpa) "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(url "https://github.com/babariviere/guix-emacs") (channel
(introduction (name 'emacs-melpa)
(make-channel-introduction (url "https://github.com/babariviere/guix-emacs")
"72ca4ef5b572fea10a4589c37264fa35d4564783" (introduction
(openpgp-fingerprint (make-channel-introduction
"261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18")))) "72ca4ef5b572fea10a4589c37264fa35d4564783"
(channel (openpgp-fingerprint
(name 'ziltis-channel) "261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18"))))
(url "https://gitea.lyrion.ch/zilti/guixchannel")) (channel
%default-channels) (name 'ziltis-channel)
(url "https://gitea.lyrion.ch/zilti/guixchannel")))
)
#+end_src #+end_src
** Packages ** Packages
@ -176,7 +178,7 @@ This adds the Nonguix channel.
- network-manager - network-manager
- podman - podman
- readline - readline
- swayfx - swayfx-0.3.2
- tuxedo-keyboard - tuxedo-keyboard
- xf86-video-amdgpu - xf86-video-amdgpu
- xf86-video-intel - xf86-video-intel

View file

@ -98,7 +98,7 @@
network-manager network-manager
podman podman
readline readline
swayfx swayfx-0.3.2
tuxedo-keyboard tuxedo-keyboard
xf86-video-amdgpu xf86-video-amdgpu
xf86-video-intel xf86-video-intel
@ -202,26 +202,28 @@
(unattended-upgrade-configuration (unattended-upgrade-configuration
(schedule "5 12 * * 1") (schedule "5 12 * * 1")
#;(channels #;(channels
(cons* (channel (append %default-channels
(name 'nonguix) (list
(url "https://gitlab.com/nonguix/nonguix") (channel
;; Enable signature verification: (name 'nonguix)
(introduction (url "https://gitlab.com/nonguix/nonguix")
(make-channel-introduction ;; Enable signature verification:
"897c1a470da759236cc11798f4e0a5f7d4d59fbc" (introduction
(openpgp-fingerprint (make-channel-introduction
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))) "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(channel (openpgp-fingerprint
(name 'emacs-melpa) "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(url "https://github.com/babariviere/guix-emacs") (channel
(introduction (name 'emacs-melpa)
(make-channel-introduction (url "https://github.com/babariviere/guix-emacs")
"72ca4ef5b572fea10a4589c37264fa35d4564783" (introduction
(openpgp-fingerprint (make-channel-introduction
"261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18")))) "72ca4ef5b572fea10a4589c37264fa35d4564783"
(channel (openpgp-fingerprint
(name 'ziltis-channel) "261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18"))))
(url "https://gitea.lyrion.ch/zilti/guixchannel")) (channel
%default-channels))))) (name 'ziltis-channel)
(url "https://gitea.lyrion.ch/zilti/guixchannel")))
)))))
)) ))
(name-service-switch %mdns-host-lookup-nss)) (name-service-switch %mdns-host-lookup-nss))

View file

@ -131,28 +131,6 @@
(home-mcron-configuration (home-mcron-configuration
(jobs (jobs
'()))) '())))
(simple-service 'ziltis-channels
home-channels-service-type
(list
(channel
(name 'ziltis-channel)
(url "https://gitea.lyrion.ch/zilti/guixchannel"))
(channel
(name 'emacs-melpa)
(url "https://github.com/babariviere/guix-emacs")
(introduction
(make-channel-introduction
"72ca4ef5b572fea10a4589c37264fa35d4564783"
(openpgp-fingerprint
"261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18"))))
(channel
(name 'nongnu-guix)
(url "https://gitlab.com/nonguix/nonguix")
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(openpgp-fingerprint
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))))
(simple-service 'ziltis-packages (simple-service 'ziltis-packages
home-profile-service-type home-profile-service-type
(specifications->packages (specifications->packages