nix-config/system/boot/default.nix

8 lines
72 B
Nix
Raw Permalink Normal View History

2025-07-05 00:02:39 +02:00
{
imports = [
./boot.nix
./plymouth.nix
./zram.nix
];
}