Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a69641c36f9763e104087a559c148d0449f00
12 lines
130 B
Nix
12 lines
130 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
let
|
|
xanmod_custom = callPackage ./xanmod.nix;
|
|
in
|
|
{
|
|
boot.kernelPackages = xanmod_custom;
|
|
}
|