diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-26 13:47:25 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-26 13:47:25 -0400 |
commit | 4eb274f332afe9a5696abd5923096cf1ac4b648a (patch) | |
tree | c17fec9d2e91226c01c403671e3c67115099c71f /system/bluetooth.nix | |
parent | add zoxide (diff) | |
download | dotfiles-nix-4eb274f332afe9a5696abd5923096cf1ac4b648a.tar.gz dotfiles-nix-4eb274f332afe9a5696abd5923096cf1ac4b648a.tar.bz2 dotfiles-nix-4eb274f332afe9a5696abd5923096cf1ac4b648a.zip |
update groups conf
Diffstat (limited to 'system/bluetooth.nix')
-rw-r--r-- | system/bluetooth.nix | 1 |
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]; }; } |