add ap package for my custom ap

This commit is contained in:
Noa Aarts 2025-08-26 11:46:00 +02:00
parent 8c5fccaecb
commit ffdea48a3e
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 50 additions and 0 deletions

View file

@ -22,6 +22,7 @@ forAllSystems (
call = path: import path { inherit pkgs system; };
in
{
archipelago = call ./archipelago;
autopelago = call ./autopelago;
fuzzel-launch = call ./fuzzel-launch.nix;
fuzzel-power = call ./fuzzel-power.nix;