nichts/hosts/temperance/kernel/default.nix

10 lines
130 B
Nix

{
config,
lib,
pkgs,
...
}: let
xanmod_custom = callPackage ./xanmod.nix;
in {
boot.kernelPackages = xanmod_custom;
}