flake/nixos/boot/default.nix

10 lines
100 B
Nix
Raw Normal View History

2023-09-19 00:17:43 +00:00
{ ... }:
{
2023-10-05 10:09:04 +00:00
imports = [
2023-09-19 00:17:43 +00:00
./boot.nix
./kernel.nix
2023-10-15 00:51:56 +00:00
./plymouth.nix
./sysctl.nix
2023-09-19 00:17:43 +00:00
];
}