nix-config/hosts/goober/features/hardware/default.nix
2025-02-23 11:25:52 +01:00

9 lines
124 B
Nix

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