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,4 +1,6 @@
(cons* (channel (append %default-channels
(list
(channel
(name 'nonguix) (name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix") (url "https://gitlab.com/nonguix/nonguix")
;; Enable signature verification: ;; Enable signature verification:
@ -17,5 +19,5 @@
"261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18")))) "261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18"))))
(channel (channel
(name 'ziltis-channel) (name 'ziltis-channel)
(url "https://gitea.lyrion.ch/zilti/guixchannel")) (url "https://gitea.lyrion.ch/zilti/guixchannel")))
%default-channels) )

View file

@ -132,7 +132,9 @@ 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
(list
(channel
(name 'nonguix) (name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix") (url "https://gitlab.com/nonguix/nonguix")
;; Enable signature verification: ;; Enable signature verification:
@ -151,8 +153,8 @@ This adds the Nonguix channel.
"261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18")))) "261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18"))))
(channel (channel
(name 'ziltis-channel) (name 'ziltis-channel)
(url "https://gitea.lyrion.ch/zilti/guixchannel")) (url "https://gitea.lyrion.ch/zilti/guixchannel")))
%default-channels) )
#+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,7 +202,9 @@
(unattended-upgrade-configuration (unattended-upgrade-configuration
(schedule "5 12 * * 1") (schedule "5 12 * * 1")
#;(channels #;(channels
(cons* (channel (append %default-channels
(list
(channel
(name 'nonguix) (name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix") (url "https://gitlab.com/nonguix/nonguix")
;; Enable signature verification: ;; Enable signature verification:
@ -221,7 +223,7 @@
"261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18")))) "261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18"))))
(channel (channel
(name 'ziltis-channel) (name 'ziltis-channel)
(url "https://gitea.lyrion.ch/zilti/guixchannel")) (url "https://gitea.lyrion.ch/zilti/guixchannel")))
%default-channels))))) )))))
)) ))
(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