feat(nixos): add AirPods handoff service configuration
This commit is contained in:
7
nixos/ryu/services/handoff.nix
Normal file
7
nixos/ryu/services/handoff.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{...}: {
|
||||
services.airpods-handoff = {
|
||||
enable = true;
|
||||
user = "servius";
|
||||
macAddress = "14:14:7D:E5:1A:AC";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user