Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{pkgs, ...}: {
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
package = pkgs.bluez5-experimental;
|
||||
};
|
||||
|
||||
systemd.user.services.telephony_client.enable = false;
|
||||
}
|
||||
Reference in New Issue
Block a user