Skip to content

Commit 17c7a44

Browse files
committed
nix: enable blueman service
1 parent a3d0f5b commit 17c7a44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/common.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,9 @@ in
10291029
extraRules = prefs.extraUdevRules;
10301030
packages = lib.optionals prefs.enableYubico [ pkgs.yubikey-personalization ];
10311031
};
1032+
blueman = {
1033+
enable = prefs.enableBluetooth;
1034+
};
10321035
pcscd.enable = prefs.enablePcscd;
10331036
arbtt = { enable = prefs.enableArbtt; };
10341037
compton = { enable = prefs.enableCompton; };

0 commit comments

Comments
 (0)