feat(nixos): add AirPods handoff service configuration
This commit is contained in:
@@ -19,5 +19,6 @@
|
||||
./wivrn.nix
|
||||
./sshd.nix
|
||||
./fprintd.nix
|
||||
./handoff.nix
|
||||
];
|
||||
}
|
||||
|
||||
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