zaneyos/config/system/kernel/xanmod.nix
2024-02-10 17:46:32 +01:00

7 lines
180 B
Nix

{ config, lib, pkgs, ... }:
let inherit (import ../../../options.nix) theKernel; in
lib.mkIf (theKernel == "xanmod") {
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
}