This commit is contained in:
@ -1,5 +1,7 @@
|
||||
{ pkgs, ... }: {
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
environment.systemPackages = with pkgs; [ bluez bluez-tools ];
|
||||
config = lib.mkIf (config.syscfg.net.ble.enable) {
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
environment.systemPackages = with pkgs; [ bluez bluez-tools ];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user