summaryrefslogtreecommitdiff
path: root/system/bluetooth.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/bluetooth.nix')
-rw-r--r--system/bluetooth.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/bluetooth.nix b/system/bluetooth.nix
index 2015eb6..7043cc3 100644
--- a/system/bluetooth.nix
+++ b/system/bluetooth.nix
@@ -8,5 +8,6 @@ in {
config = mkIf config.bluetooth {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
+ users.groups.bluetooth.members = [config.user];
};
}