modules.system.kernel: add btusb patch

This commit is contained in:
2025-09-30 09:42:32 +08:00
parent a75a676f71
commit 05ab5100eb
3 changed files with 76 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ inputs:
];
nixpkgs = { march = "znver5"; rocm = false; };
sysctl.laptop-mode = 5;
kernel.variant = "cachyos";
kernel = { variant = "cachyos"; patches = [ "btusb" ]; };
};
hardware = { gpu.type = "amd"; asus = {};};
services =