1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-09 23:50:47 +02:00

gnu: %base-packages-artwork: Add guix backgrounds.

* gnu/system.scm (%base-packages-artwork): Add guix-backgrounds.

Change-Id: Ia34ec7eb8548aa8bcd9e912089c2835cd3db4157
This commit is contained in:
Efraim Flashner 2025-05-08 08:56:46 +03:00
parent 850a2bfdc0
commit 5cf2161529
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11,7 +11,7 @@
;;; Copyright © 2020 Florian Pelz <pelzflorian@pelzflorian.de>
;;; Copyright © 2020, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <jannek@gnu.org>
;;; Copyright © 2020, 2022 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2020, 2022, 2025 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2021 raid5atemyhomework <raid5atemyhomework@protonmail.com>
;;; Copyright © 2023 Bruno Victal <mirai@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.