mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-10 08:30:39 +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:
parent
850a2bfdc0
commit
5cf2161529
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue