hermit: custom kernel init
This commit is contained in:
parent
b43d09c783
commit
b1fa6ca3b0
1 changed files with 10 additions and 0 deletions
10
hosts/vali/hermit/kernel/default.nix
Normal file
10
hosts/vali/hermit/kernel/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
xanmod_custom = callPackage ./xanmod.nix;
|
||||||
|
in {
|
||||||
|
boot.kernelPackages = xanmod_custom;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue