Setup Power-Profiles for Gnome
This commit is contained in:
parent
3669ece603
commit
58b5fa7362
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue