diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 42d6466c..90adb817 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -50,7 +50,7 @@ inputs: ]; nixpkgs = { march = "znver5"; rocm = true; }; sysctl.laptop-mode = 5; - kernel = { variant = "xanmod-latest"; patches = [ "btrfs" ]; }; + kernel = { variant = "cachyos"; patches = [ "btrfs" ]; }; }; hardware = { gpu.type = "amd"; asus = {};}; services =