From d9424b2bffd353b61989ed65fcc743cd3c716e61 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 07:09:45 +0200 Subject: [PATCH] Document what's missing --- install/config/power.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/config/power.sh b/install/config/power.sh index 3e92ce15..eb545a4e 100644 --- a/install/config/power.sh +++ b/install/config/power.sh @@ -4,6 +4,7 @@ # even if they're not running off a battery. So let's make sure that's changed to performance. yay -S --noconfirm python-gobject power-profiles-daemon +# FIXME: Need a way to add the user system unit in CHROOT install if ls /sys/class/power_supply/BAT* &>/dev/null && [ -z "${OMARCHY_CHROOT_INSTALL:-}" ]; then # This computer runs on a battery powerprofilesctl set balanced || true