structure and add like MatthiasBenaets
This commit is contained in:
17
modules/hardware/bluetooth.nix
Normal file
17
modules/hardware/bluetooth.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# Bluetooth
|
||||
#
|
||||
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
hsphfpd.enable = true; # HSP & HFP daemon
|
||||
settings = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
15
modules/hardware/default.nix
Normal file
15
modules/hardware/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# Hardware
|
||||
#
|
||||
# flake.nix
|
||||
# ├─ ./hosts
|
||||
# │ └─ ./<host>
|
||||
# │ └─ default.nix
|
||||
# └─ ./modules
|
||||
# └─ ./services
|
||||
# └─ default.nix *
|
||||
# └─ ...
|
||||
#
|
||||
[
|
||||
./bluetooth.nix
|
||||
]
|
||||
Reference in New Issue
Block a user