nix-config/hosts/goober/features/hardware/default.nix
2025-02-09 17:30:51 +01:00

9 lines
94 B
Nix

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