This commit is contained in:
Lilith 2025-03-12 14:42:18 +01:00
parent f339b338a3
commit 701c9d71f0
Signed by: lilith
GPG key ID: 8712A0F317C37175
5 changed files with 44 additions and 14 deletions

View file

@ -28,7 +28,20 @@
};
};
ags.url = "github:Aylur/ags";
ags = {
url = "github:aylur/ags";
inputs.nixpkgs.follows = "nixpkgs";
inputs.astal = {
url = "github:aylur/astal";
inputs.nixpkgs.follows = "nixpkgs";
};
};
matshell = {
url = "github:Neurarian/matshell";
inputs.nixpkgs.follows = "nixpkgs";
inputs.ags.follows = "ags";
};
};
outputs = {