blob: 33c1406dcb7ced48f01dcbc4dbcd7ec2f5a88dde [file] [log] [blame]
{
config = {
hardware.bluetooth.enable = true;
hardware.bluetooth.settings = {
General.Experimental = true;
};
environment.persistence."/nix/persist".directories = [ "/var/lib/bluetooth" ];
};
}