package autopelago

This commit is contained in:
Noa Aarts 2025-06-02 16:49:22 +02:00
parent b1ad5721f3
commit cc22336bca
Signed by: noa
GPG key ID: 1850932741EFF672
4 changed files with 316 additions and 3 deletions

View file

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