diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 1892d2de..6993fa5b 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -55,7 +55,7 @@ inputs: }; nixpkgs = { march = "znver4"; cuda = { enable = true; capabilities = [ "8.9" ]; forwardCompat = false; }; }; - kernel.patches = [ "cjktty" "hibernate-progress" ]; + kernel = { variant = "cachyos"; patches = [ "cjktty" "hibernate-progress" ]; }; networking.hostname = "pc"; sysctl.laptop-mode = 5; gui.enable = true;