adding blueman applet

This commit is contained in:
cnst
2024-09-26 18:26:34 +02:00
parent 391a1428b0
commit 935b5e74e7
4 changed files with 21 additions and 1 deletions

View File

@@ -12,7 +12,6 @@ in {
config = mkIf cfg.enable {
services = {
blueman.enable = true;
blueman-applet.enable = true;
};
};
}