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