rosenthal: noctalia-shell: Reduce package output size.

* modules/rosenthal/packages/wm.scm (noctalia-shell) [arguments]: Remove
screenshots.
This commit is contained in:
Hilton Chain 2026-02-14 19:05:39 +08:00
parent 4ea2afff4c
commit 3f4d109963
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -69,6 +69,9 @@
(substitute* "Services/Power/IdleInhibitorService.qml"
(("systemd-inhibit")
(search-input-file inputs "bin/elogind-inhibit")))))
(add-after 'unpack 'reduce-output-size
(lambda _
(delete-file-recursively "Assets/Screenshots")))
(add-after 'install 'make-wrapper
(lambda* (#:key inputs #:allow-other-keys)
(let ((script "noctalia-shell"))