feat(ags4): add Kompass

This commit is contained in:
matt1432 2025-01-05 20:23:44 -05:00
parent 64e1d3f7ce
commit 9fed14cba5
6 changed files with 63 additions and 5 deletions

View file

@ -201,6 +201,15 @@
repo = "khepri";
type = "github";
};
kompass = {
inputs = {
astal.follows = "astal";
systems.follows = "systems";
};
owner = "kotontrion";
repo = "kompass";
type = "github";
};
lib-aggregate = {
inputs.flake-utils.follows = "flake-utils";
owner = "nix-community";