ags added

This commit is contained in:
soraefir
2026-06-12 01:18:56 +02:00
parent 526a36b6e6
commit 582b96779e
12 changed files with 1075 additions and 30 deletions

View File

@@ -35,6 +35,16 @@
inputs.nixpkgs.follows = "nixpkgs";
};
astal = {
url = "github:aylur/astal";
inputs.nixpkgs.follows = "nixpkgs";
};
ags = {
url = "github:aylur/ags";
inputs.nixpkgs.follows = "nixpkgs";
inputs.astal.follows = "astal";
};
};
outputs = inputs: