mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 06:29:41 +00:00
10 lines
116 B
Nix
10 lines
116 B
Nix
_: {
|
|
imports = [
|
|
./loaders
|
|
./generic.nix
|
|
./secure-boot.nix
|
|
./initrd.nix
|
|
./plymouth.nix
|
|
];
|
|
}
|