From 319c3b227c0d754ecbfae051ce6537a532866192 Mon Sep 17 00:00:00 2001 From: chn Date: Mon, 14 Oct 2024 13:02:08 +0800 Subject: [PATCH] devices.surface: use xanmod-latest --- devices/surface/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface/default.nix b/devices/surface/default.nix index 95bf95e1..d80cd3e8 100644 --- a/devices/surface/default.nix +++ b/devices/surface/default.nix @@ -25,7 +25,7 @@ inputs: }; nixpkgs.march = "skylake"; nix = { substituters = [ "https://nix-store.chn.moe?priority=100" ]; githubToken.enable = true; }; - kernel.patches = [ "surface" "hibernate-progress" ]; + kernel = { variant = "xanmod-latest"; patches = [ "surface" "hibernate-progress" ]; }; gui.enable = true; }; hardware = { cpus = [ "intel" ]; gpu.type = "intel"; };