From e6066a6c125d494e79cdd5a708c394baac3e8f7f Mon Sep 17 00:00:00 2001 From: chn Date: Fri, 19 Sep 2025 16:30:22 +0800 Subject: [PATCH] Revert "devices.pc: switch to xanmod-lts kernel" This reverts commit 6d51c1990a0485a615ff072b0ca7daebda9f8a96. --- 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 d7582fde..ff167a38 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -32,7 +32,7 @@ inputs: ]; # nixpkgs.march = "znver4"; sysctl.laptop-mode = 5; - # kernel.variant = "xanmod-latest"; + kernel.variant = "xanmod-latest"; }; hardware = { gpu.type = "amd"; cpu = "amd"; asus = {};}; services =