added ags

This commit is contained in:
biscuit
2025-05-19 21:13:58 -05:00
parent dd3caf07d2
commit ce1301af38
12 changed files with 395 additions and 1 deletions
+3
View File
@@ -5,6 +5,9 @@
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; # `follows` ensure it follows nixpkgs version
ags.url = "github:aylur/ags";
ags.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = {