updates from xps9360 laptop
This commit is contained in:
parent
e4cd26e932
commit
025699a352
2 changed files with 9 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
(list (channel
|
(list (channel
|
||||||
(name 'nonguix)
|
(name 'nonguix)
|
||||||
(url "https://gitlab.com/nonguix/nonguix")
|
(url "https://forgejo.akeley.tech/bartronx7/nonguix")
|
||||||
(branch "master")
|
(branch "master")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
|
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
|
||||||
(channel
|
(channel
|
||||||
(name 'guix)
|
(name 'guix)
|
||||||
(url "https://codeberg.org/guix/guix.git")
|
(url "https://forgejo.akeley.tech/bartronx7/guix")
|
||||||
(branch "master")
|
(branch "master")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,8 @@
|
||||||
(specification->package "git")
|
(specification->package "git")
|
||||||
(specification->package "curl")
|
(specification->package "curl")
|
||||||
(specification->package "rust")
|
(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
|
;; Below is the list of system services. To search for available
|
||||||
;; services, run 'guix system search KEYWORD' in a terminal.
|
;; services, run 'guix system search KEYWORD' in a terminal.
|
||||||
|
|
|
||||||
Reference in a new issue