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