feat: added nixcord

This commit is contained in:
Nick 2025-10-11 16:59:05 -05:00
parent 76749334b9
commit d19d5288b0
3 changed files with 166 additions and 42 deletions

View file

@ -76,6 +76,11 @@
url = "github:zed-industries/zed";
inputs.nixpkgs.follows = "nixpkgs";
};
nixcord = {
url = "github:kaylorben/nixcord";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
upRootNutrition = {
url = "git+ssh://git@gitlab.com/uprootnutrition/website.git";
};