mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-03 07:31:09 +01:00
mnt/reform: init
This commit is contained in:
parent
170ff93c86
commit
5e57f28e6a
12 changed files with 1346 additions and 0 deletions
10
mnt/reform/default.nix
Normal file
10
mnt/reform/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
boot.kernelPackages = pkgs.callPackage ./kernel.nix { };
|
||||
boot.extraModulePackages = [ (config.boot.kernelPackages.callPackage ./lpc.nix { }) ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue