Files
nix-config/modules/system-settings/bluetooth.nix
2026-03-18 00:09:24 +01:00

9 lines
101 B
Nix

{
flake.modules.nixos.bluetooth = {
hardware.bluetooth = {
enable = true;
};
};
}