updates from xps9360 laptop

This commit is contained in:
bartronx7 2025-10-29 18:33:25 -05:00
parent e4cd26e932
commit 025699a352
2 changed files with 9 additions and 8 deletions

View file

@ -1,15 +1,15 @@
(list (channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix")
(url "https://forgejo.akeley.tech/bartronx7/nonguix")
(branch "master")
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(openpgp-fingerprint
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(openpgp-fingerprint
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(channel
(name 'guix)
(url "https://codeberg.org/guix/guix.git")
(url "https://forgejo.akeley.tech/bartronx7/guix")
(branch "master")
(introduction
(make-channel-introduction

View file

@ -51,7 +51,8 @@
(specification->package "git")
(specification->package "curl")
(specification->package "rust")
(specification->package "zsh")) %base-packages))
(specification->package "zsh")
(specification->package "unzip")) %base-packages))
;; Below is the list of system services. To search for available
;; services, run 'guix system search KEYWORD' in a terminal.