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

9 lines
97 B
Nix
Raw Normal View History

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