From 025699a35203799df0174f4c94cf972118e4f1a5 Mon Sep 17 00:00:00 2001 From: bartronx7 Date: Wed, 29 Oct 2025 18:33:25 -0500 Subject: [PATCH] updates from xps9360 laptop --- channels.scm | 14 +++++++------- system.scm | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/channels.scm b/channels.scm index aa43417..d00931c 100644 --- a/channels.scm +++ b/channels.scm @@ -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 diff --git a/system.scm b/system.scm index f50cbd0..dc69be7 100644 --- a/system.scm +++ b/system.scm @@ -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.