Revert "devices.pc: switch to xanmod kernel"

This reverts commit 3e3e62838b.
This commit is contained in:
2026-01-04 20:24:22 +08:00
parent e8786d4ace
commit 03e89c43d2

View File

@@ -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 =