trying to adapt cachyos kernel from zena linux

This commit is contained in:
tumillanino
2026-04-08 16:37:17 +10:00
parent a78782e54d
commit e00db9e3fa
4 changed files with 74 additions and 2 deletions

View File

@@ -2,6 +2,17 @@ modules:
- type: dnf
install:
packages:
# CachyOS kernel performance companion packages
# cachyos-settings: kernel tunables and sysctl optimisations from CachyOS
# cachyos-ksm-settings: Kernel Samepage Merging tuning (reduces RAM usage)
# scx-manager / scx-scheds / scx-tools: sched-ext schedulers;
# scx_lavd is ideal for low-latency realtime audio workloads
- cachyos-settings
- cachyos-ksm-settings
- scx-manager
- scx-scheds-git
- scx-tools-git
# useful tools
- zsh
- openssl