(homes/jo) Add Nixcord configuration

This commit is contained in:
Jo 2025-05-22 22:14:34 +02:00
parent 3e6f386f7f
commit afda908416
5 changed files with 152 additions and 5 deletions

View file

@ -35,6 +35,10 @@
url = "github:catppuccin/nix";
inputs.nixpkgs.follows = "nixpkgs";
};
nixcord = {
url = "github:kaylorben/nixcord";
};
};
outputs = {flake-parts, ...} @ inputs: