flake/nixos/boot/default.nix

9 lines
No EOL
83 B
Nix

{ ... }:
{
imports = [
./boot.nix
./plymouth.nix
./sysctl.nix
];
}