6 lines
113 B
Bash
6 lines
113 B
Bash
# Install Intel Low Power Mode package for Intel CPUs
|
|
|
|
if omarchy-hw-intel; then
|
|
omarchy-pkg-add intel-lpmd
|
|
fi
|