feat(gaming): install scx config override

This commit is contained in:
2026-06-22 18:26:39 +02:00
parent 4e4aa6f563
commit 12b4bd254b
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -59,9 +59,9 @@ PROFILE = Profile(
DISTRO_ITEMS: dict[str, list[Item]] = {
"arch": [
install("etc/default/scx"),
install("etc/scx/config.d/10-local.conf"),
],
"opensuse-tumbleweed": [
install("etc/default/scx"),
install("etc/scx/config.d/10-local.conf"),
],
}