gaming: use pinned cachyos kernel overlay for cache hits
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
c71dea389c
commit
39526502c7
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [ inputs.nix-cachyos-kernel.overlays.default ];
|
||||
nixpkgs.overlays = [ inputs.nix-cachyos-kernel.overlays.pinned ];
|
||||
boot.kernelPackages = lib.mkForce pkgs.cachyosKernels.linuxPackages-cachyos-bore;
|
||||
|
||||
nix.settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue