feat(bluetooth): add module
This commit is contained in:
parent
f6541cf859
commit
db0ea6832b
modules
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 = [
|
imports = [
|
||||||
./avahi.nix
|
./avahi.nix
|
||||||
|
./bluetooth.nix
|
||||||
./bootloader.nix
|
./bootloader.nix
|
||||||
./cups.nix
|
./cups.nix
|
||||||
./flatpak.nix
|
./flatpak.nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user