flake/nixos/modules/hardware/components/misc/default.nix

8 lines
80 B
Nix
Raw Normal View History

{...}: {
imports = [
./audio.nix
./bluetooth.nix
./tpm.nix
];
}