feat(nixos): add AirPods handoff service configuration

This commit is contained in:
uttarayan21
2025-11-17 21:04:56 +05:30
parent f653079816
commit 2ce14b1c70
6 changed files with 151 additions and 84 deletions

View File

@@ -238,6 +238,11 @@
url = "github:WiVRn/WiVRn/v25.11.1";
flake = false;
};
handoff = {
# url = "github:uttarayan21/handoff";
url = "path:/home/servius/Projects/handoff";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {