feat(desktop): use cachy os kernel.

This commit is contained in:
CronyAkatsuki 2025-09-03 15:35:05 +02:00
parent c7947ca836
commit 352698c496
3 changed files with 193 additions and 40 deletions

View file

@ -19,7 +19,13 @@
boot.binfmt.emulatedSystems = ["aarch64-linux"];
# Use the xanmod kernel
boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_latest;
boot.kernelPackages = pkgs.linuxPackages_cachyos;
services.scx = {
enable = true;
package = pkgs.scx_git.full;
scheduler = "scx_lavd";
extraArgs = ["--autopower"];
};
# Get nicer hostname
networking.hostName = "ymir"; # Define your hostname.