11 lines
130 B
Nix
11 lines
130 B
Nix
|
{
|
||
|
config,
|
||
|
lib,
|
||
|
pkgs,
|
||
|
...
|
||
|
}: let
|
||
|
xanmod_custom = callPackage ./xanmod.nix;
|
||
|
in {
|
||
|
boot.kernelPackages = xanmod_custom;
|
||
|
}
|