feat(ags): add gtk4 version of ags astal

This commit is contained in:
matt1432 2024-03-05 19:37:09 -05:00
parent 0c70dbd866
commit 06a8d50fb1
3 changed files with 42 additions and 0 deletions

View file

@ -249,6 +249,13 @@
inputs.nixpkgs.follows = "nixpkgs";
};
astal = {
type = "github";
owner = "Aylur";
repo = "Astal";
inputs.nixpkgs.follows = "nixpkgs";
};
coc-stylelintplus = {
type = "github";