aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a1b05b0..cabce85 100644
--- a/flake.nix
+++ b/flake.nix
@@ -59,9 +59,15 @@
};
# Applications
+ astal = {
+ url = "github:Aylur/astal";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
aylurs-gtk-shell = {
url = "github:Aylur/ags";
inputs.nixpkgs.follows = "nixpkgs";
+ inputs.astal.follows = "astal";
};
fjordlauncher = {