From 58b5fa73629f5cf2790ad57013a6cd0b67d2a060 Mon Sep 17 00:00:00 2001 From: Maddox Werts Date: Thu, 21 Aug 2025 22:35:26 -0400 Subject: [PATCH] Setup Power-Profiles for Gnome --- Installation/arch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installation/arch.sh b/Installation/arch.sh index 9d6e99b..a66f847 100644 --- a/Installation/arch.sh +++ b/Installation/arch.sh @@ -12,6 +12,7 @@ gnome_install() { $SYS_INSTALL gparted $SYS_INSTALL fractal $SYS_INSTALL cartridges + $SYS_INSTALL power-profiles-daemon # Installing FLH Apps $FLH_INSTALL flathub net.nokyan.Resources @@ -232,6 +233,7 @@ main() { # Enabling Daemons # sudo systemctl enable --now libvirtd sudo systemctl enable --now docker + sudo systemctl enable --now power-profiles-daemon # Applying Permissions # sudo usermod -aG docker $USER