From 03e89c43d2abcc17b5814dd190a961b061a35d62 Mon Sep 17 00:00:00 2001 From: Haonan Chen Date: Sun, 4 Jan 2026 20:24:22 +0800 Subject: [PATCH] Revert "devices.pc: switch to xanmod kernel" This reverts commit 3e3e62838b2b8c7e03c7107da4a0e2e17d7afc2f. --- devices/pc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =