mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
10 lines
98 B
Nix
10 lines
98 B
Nix
_: {
|
|
imports = [
|
|
./cpu
|
|
./gpu
|
|
./tpm.nix
|
|
./bluetooth.nix
|
|
./generic.nix
|
|
];
|
|
}
|