From 2765efb973bc7a34301b330b4fb73b528dd08c9a Mon Sep 17 00:00:00 2001 From: chn Date: Tue, 16 Sep 2025 08:50:40 +0800 Subject: [PATCH] devices.pc: switch to xanmod-unstable kernel --- devices/pc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index afacc2ab..c9298885 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -30,6 +30,7 @@ inputs: ]; nixpkgs.march = "znver4"; sysctl.laptop-mode = 5; + kernel.variant = "xanmod-unstable"; }; hardware.gpu.type = "amd"; services =