diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 = { |