feat(home): Enable blueman-applet service

This commit is contained in:
Alexander Kobjolke 2024-03-10 15:37:18 +01:00
parent 9581916e46
commit 8121d120e8
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ config, lib, pkgs, ... }:
{
config.services.blueman-applet = { enable = true; };
}