2024-10-07 11:42:34 -04:00
|
|
|
{ ... }: {
|
2024-08-24 22:16:51 -04:00
|
|
|
hardware.bluetooth = {
|
|
|
|
enable = true;
|
|
|
|
settings = {
|
|
|
|
General.Experimental = "true";
|
|
|
|
Policy.AutoEnable = "true";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
# Enable lingering for Bluetooth
|
|
|
|
systemd.tmpfiles.rules = [
|
|
|
|
"f /var/lib/systemd/linger/jimbo"
|
|
|
|
];
|
|
|
|
}
|