nix-config/hosts/goober/features/hardware/default.nix

8 lines
77 B
Nix

{config, ...}:
{
imports = [
./bluetooth.nix
./pipewire.nix
];
}