mirror of
https://github.com/ItsDrike/nixdots
synced 2025-02-24 18:59:03 +00:00
8 lines
78 B
Nix
8 lines
78 B
Nix
_: {
|
|
imports = [
|
|
./cpu
|
|
./gpu
|
|
./tpm.nix
|
|
./generic.nix
|
|
];
|
|
}
|