nichts/hosts/temperance/kernel/default.nix

11 lines
130 B
Nix
Raw Normal View History

2024-09-18 23:04:27 +02:00
{
config,
lib,
pkgs,
...
}: let
xanmod_custom = callPackage ./xanmod.nix;
in {
boot.kernelPackages = xanmod_custom;
}