nix-config/system/boot/default.nix

8 lines
72 B
Nix

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