Migrate to snowfall lib
This commit is contained in:
7
modules/nixos/system/network/bluetooth/default.nix
Normal file
7
modules/nixos/system/network/bluetooth/default.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }: {
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.brillo.enable = true;
|
||||
services.blueman.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ bluez bluez-tools ];
|
||||
}
|
Reference in New Issue
Block a user