feat(bluetooth): add module

This commit is contained in:
Michael Thomas 2024-01-20 16:48:58 -05:00
parent f6541cf859
commit db0ea6832b
2 changed files with 6 additions and 0 deletions

5
modules/bluetooth.nix Normal file

@ -0,0 +1,5 @@
{...}: {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}

@ -1,6 +1,7 @@
{ {
imports = [ imports = [
./avahi.nix ./avahi.nix
./bluetooth.nix
./bootloader.nix ./bootloader.nix
./cups.nix ./cups.nix
./flatpak.nix ./flatpak.nix