common/blueman: init

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-04 13:01:59 +01:00
parent e46453cdeb
commit fba3b614bd
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@ in {
./programs/usbtop.nix
./programs/wireshark.nix
./services/blueman.nix
./services/dbus.nix
./services/fwupd.nix
./services/irqbalance.nix

View File

@ -0,0 +1,4 @@
{ config, ... }:
{
services.blueman.enable = config.hardware.bluetooth.enable;
}