efraim pushed a commit to branch master
in repository guix.

commit 5cf2161529b50504c3d6166911c9143df1ab77cc
Author: Efraim Flashner <efr...@flashner.co.il>
AuthorDate: Thu May 8 08:56:46 2025 +0300

    gnu: %base-packages-artwork: Add guix backgrounds.
    
    * gnu/system.scm (%base-packages-artwork): Add guix-backgrounds.
    
    Change-Id: Ia34ec7eb8548aa8bcd9e912089c2835cd3db4157
---
 gnu/system.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index 2f87b99fce..2beca4b6d0 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -11,7 +11,7 @@
 ;;; Copyright © 2020 Florian Pelz <pelzflor...@pelzflorian.de>
 ;;; Copyright © 2020, 2022 Maxim Cournoyer <maxim.courno...@gmail.com>
 ;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <jan...@gnu.org>
-;;; Copyright © 2020, 2022 Efraim Flashner <efr...@flashner.co.il>
+;;; Copyright © 2020, 2022, 2025 Efraim Flashner <efr...@flashner.co.il>
 ;;; Copyright © 2021 Maxime Devos <maximede...@telenet.be>
 ;;; Copyright © 2021 raid5atemyhomework <raid5atemyhomew...@protonmail.com>
 ;;; Copyright © 2023 Bruno Victal <mi...@makinata.eu>
@@ -930,7 +930,8 @@ of PROVENANCE-SERVICE-TYPE to its services."
 
 (define %base-packages-artwork
   ;; Default set of artwork packages.
-  (list guix-icons))
+  (list guix-backgrounds
+        guix-icons))
 
 (define %base-packages-utils
   ;; Default set of  utilities packages.

Reply via email to