From f0ca69f54058df063602b9f04518e06c90f6177e Mon Sep 17 00:00:00 2001 From: dsaf Date: Sun, 25 Jan 2026 19:24:26 -0300 Subject: [PATCH] gui-apps/noctalia-shell: optf. +ddcutil +power-profiles-daemon Signed-off-by: dsaf --- gui-apps/noctalia-shell/noctalia-shell-4.2.2.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/gui-apps/noctalia-shell/noctalia-shell-4.2.2.ebuild b/gui-apps/noctalia-shell/noctalia-shell-4.2.2.ebuild index 8e5a84d308..d9c5f237a2 100644 --- a/gui-apps/noctalia-shell/noctalia-shell-4.2.2.ebuild +++ b/gui-apps/noctalia-shell/noctalia-shell-4.2.2.ebuild @@ -35,10 +35,11 @@ pkg_postinst() { elog "Note: uninstalling this package will not remove this configuration, so if you intend to keep using Quickshell you may want to remove it manually." elog "For integration with systemd a user service unit has been installed to /usr/lib/systemd/user/noctalia.service." - optfeature "Clipboard history support" app-misc/cliphist - optfeature "Audio visualizer component" media-sound/cava - optfeature "Night light functionality" gui-apps/wlsunset - optfeature "Enable 'Portal' option in screen recorder" sys-apps/xdg-desktop-portal - optfeature "Calendar events support" gnome-extra/evolution-data-server - optfeature "Xwayland-satellite for xwayland support on niri" gui-apps/xwayland-satellite + optfeature "clipboard history support" app-misc/cliphist + optfeature "audio visualizer component" media-sound/cava + optfeature "night light functionality" gui-apps/wlsunset + optfeature "enable 'Portal' option in screen recorder" sys-apps/xdg-desktop-portal + optfeature "calendar events support" gnome-extra/evolution-data-server + optfeature "power profile management" sys-power/power-profiles-daemon + optfeature "external display brightness control" app-misc/ddcutil }