initial commit
This commit is contained in:
commit
2597fc7fb8
27 changed files with 1051 additions and 0 deletions
6
modules/specific_hardware/bluetooth.nix
Normal file
6
modules/specific_hardware/bluetooth.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }:{
|
||||
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
||||
hardware.bluetooth.powerOnBoot = false; # powers up the default Bluetooth controller on boot
|
||||
|
||||
services.blueman.enable = true; # provides blueman-applet and blueman-manager
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue