feat(desktop): use cachy os kernel.
This commit is contained in:
parent
c7947ca836
commit
352698c496
3 changed files with 193 additions and 40 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue