8 lines
97 B
Nix
8 lines
97 B
Nix
{...}: {
|
|
imports = [
|
|
./audio.nix
|
|
./bluetooth.nix
|
|
./fstrim.nix
|
|
./tpm.nix
|
|
];
|
|
}
|