nichts/hosts/cr/hermit/kernel/default.nix
2024-09-08 21:09:17 +02:00

10 lines
130 B
Nix

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