pinwheel: Add bluetooth module

This commit is contained in:
Alexander Heldt
2023-12-09 21:25:15 +01:00
parent 28f94e89d5
commit dff7e758d7
3 changed files with 26 additions and 11 deletions

View File

@@ -5,18 +5,7 @@ in
{
users.users.alex.extraGroups = [ "audio" ];
hardware.bluetooth = {
enable = true;
settings = {
General = {
Experimental = true;
};
};
};
hardware.pulseaudio.enable = false;
services.blueman.enable = true;
security.rtkit.enable = true;
services.pipewire = {