Nyx-Modules/Modules/Hardware/Bluetooth/default.nix
2025-08-29 12:29:00 +02:00

7 lines
72 B
Nix

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