Revert "devices.pc: remove all kernel patches"

This reverts commit f813ffd053.
This commit is contained in:
陈浩南 2024-06-13 23:13:07 +08:00
parent f813ffd053
commit d1b3f84cf3

View File

@ -55,7 +55,7 @@ inputs:
};
nixpkgs =
{ march = "znver4"; cuda = { enable = true; capabilities = [ "8.9" ]; forwardCompat = false; }; };
kernel = { variant = "cachyos"; patches = []; };
kernel = { variant = "cachyos"; patches = [ "cjktty" "hibernate-progress" ]; };
networking.hostname = "pc";
sysctl.laptop-mode = 5;
gui.enable = true;