flake/nixos/boot/default.nix

7 lines
81 B
Nix

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