Setup Power-Profiles for Gnome

This commit is contained in:
Maddox Werts 2025-08-21 22:35:26 -04:00
parent 3669ece603
commit 58b5fa7362

View file

@ -12,6 +12,7 @@ gnome_install() {
$SYS_INSTALL gparted $SYS_INSTALL gparted
$SYS_INSTALL fractal $SYS_INSTALL fractal
$SYS_INSTALL cartridges $SYS_INSTALL cartridges
$SYS_INSTALL power-profiles-daemon
# Installing FLH Apps # Installing FLH Apps
$FLH_INSTALL flathub net.nokyan.Resources $FLH_INSTALL flathub net.nokyan.Resources
@ -232,6 +233,7 @@ main() {
# Enabling Daemons # # Enabling Daemons #
sudo systemctl enable --now libvirtd sudo systemctl enable --now libvirtd
sudo systemctl enable --now docker sudo systemctl enable --now docker
sudo systemctl enable --now power-profiles-daemon
# Applying Permissions # # Applying Permissions #
sudo usermod -aG docker $USER sudo usermod -aG docker $USER