add more matrix bridges through flake input

This commit is contained in:
Anish Lakhwara
2023-01-01 16:48:11 +10:00
parent a8b735e34d
commit 55aea142fe
5 changed files with 174 additions and 7 deletions
+4
View File
@@ -24,6 +24,8 @@
basant.inputs.poonam.follows = "poonam";
grasp.url = "git+ssh://gitea@git.sealight.xyz/aynish/grasp.git?ref=main";
grasp.inputs.nixpkgs.follows = "nixpkgs";
# Matrix
nix-matrix-appservices.url = "gitlab:coffeetables/nix-matrix-appservices";
# Others
nur.url = "github:nix-community/NUR";
rust-overlay = {
@@ -55,6 +57,7 @@
, agenix
, basant
, grasp
, nix-matrix-appservices
, nur
, tidalcycles
, rust-overlay
@@ -177,6 +180,7 @@
agenix.nixosModules.age
self.nixosModules.backup
self.nixosModules.hesienbridge
nix-matrix-appservices.nixosModule
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;