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
View File

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

View File

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