cleanup config imports

This commit is contained in:
zuckerberg
2022-03-07 23:53:14 -05:00
parent 50ea80ad32
commit 7a08a607e4
6 changed files with 34 additions and 18 deletions

10
common/boot/default.nix Normal file
View File

@@ -0,0 +1,10 @@
{ lib, config, pkgs, ... }:
{
imports = [
./firmware.nix
./efi.nix
./bios.nix
./luks.nix
];
}