9 lines
126 B
Nix
9 lines
126 B
Nix
{...}: {
|
|
imports = [
|
|
./bluetooth.nix
|
|
./fwupd.nix
|
|
./scan_and_print.nix
|
|
./trackpoint.nix
|
|
./gpu.nix
|
|
];
|
|
}
|