initial setup
This commit is contained in:
6
root/desktop/bluetooth/default.nix
Normal file
6
root/desktop/bluetooth/default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
# Enable bluetooth on boot.
|
||||
{ ... }:
|
||||
{
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
}
|
Reference in New Issue
Block a user