devices.surface: use xanmod-lts

This commit is contained in:
2024-11-29 13:06:36 +08:00
parent 319153a57e
commit 2423a0b68f

View File

@@ -26,7 +26,7 @@ inputs:
};
nixpkgs.march = "skylake";
nix = { substituters = [ "https://nix-store.chn.moe?priority=100" ]; githubToken.enable = true; };
kernel = { variant = "xanmod-latest"; patches = [ "surface" "hibernate-progress" ]; };
kernel.patches = [ "surface" "hibernate-progress" ];
};
hardware = { cpus = [ "intel" ]; gpu.type = "intel"; };
services =