feat(bluetooth): add module
This commit is contained in:
parent
f6541cf859
commit
db0ea6832b
5
modules/bluetooth.nix
Normal file
5
modules/bluetooth.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{...}: {
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
services.blueman.enable = true;
|
||||
}
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
imports = [
|
||||
./avahi.nix
|
||||
./bluetooth.nix
|
||||
./bootloader.nix
|
||||
./cups.nix
|
||||
./flatpak.nix
|
||||
|
Loading…
x
Reference in New Issue
Block a user