Ensure intel-lmp is installed on Intel machines for better core prioritization

This commit is contained in:
David Heinemeier Hansson
2026-03-24 16:37:01 +01:00
parent 58a16dfebc
commit fce6df52aa
4 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Install Intel Low Power Mode package for Intel CPUs
if omarchy-hw-intel; then
omarchy-pkg-add intel-lmp
fi