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