From 96f7056d161df85ef89ddc00f0346c388eca6ef4 Mon Sep 17 00:00:00 2001 From: chn Date: Mon, 17 Jun 2024 10:12:47 +0800 Subject: [PATCH] devices.pc: add xanmod specialization --- devices/pc/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 923e1c5c..6c84a15a 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -172,6 +172,11 @@ inputs: }; system.nixos.tags = [ "nvidia" ]; }; + xanmod.configuration = + { + nixos.system.kernel.variant = inputs.lib.mkForce "xanmod-latest"; + system.nixos.tags = [ "xanmod" ]; + }; }; }; }