From 4eb274f332afe9a5696abd5923096cf1ac4b648a Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 26 Jun 2025 13:47:25 -0400 Subject: update groups conf --- system/bluetooth.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system/bluetooth.nix') 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]; }; } -- cgit v1.2.3-freya