diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 2c885fa7..a6605789 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -188,6 +188,11 @@ inputs: }; system.nixos.tags = [ "nvidia" ]; }; + xanmod.configuration = + { + nixos.system.kernel.variant = "xanmod-latest"; + system.nixos.tags = [ "xanmod" ]; + }; }; }; }