chore: initial commit
This commit is contained in:
commit
cc4f3398ff
37 changed files with 2210 additions and 0 deletions
13
modules/hardware/bluetooth.nix
Normal file
13
modules/hardware/bluetooth.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
#hsphfpd.enable = true; # HSP & HFP daemon
|
||||
settings = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
3
modules/hardware/default.nix
Normal file
3
modules/hardware/default.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
./bluetooth.nix
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue