mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-09-18 12:44:37 +00:00
* modules/rosenthal/packages.scm: Move to... * modules/rosenthal/utils/packages.scm: ...here. * etc/manifests/all-packages.scm: Adjust accordingly. * etc/manifests/auto-update.scm: Likewise. * etc/manifests/manual-update.scm: Likewise.
9 lines
245 B
Scheme
9 lines
245 B
Scheme
;; SPDX-FileCopyrightText: 2025 Hilton Chain <hako@ultrarare.space>
|
|
;;
|
|
;; SPDX-License-Identifier: CC0-1.0
|
|
|
|
(use-modules (guix profiles)
|
|
(rosenthal utils packages))
|
|
|
|
(manifest (map package->manifest-entry (all-rosenthal-packages)))
|