From 08a95d5cc573baad70d170c5b9b9918742e565b7 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sun, 21 Jun 2026 19:03:31 +0200 Subject: Added nixcord to the flake --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 358c80b..fd44485 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,10 @@ url = "github:nix-community/stylix"; inputs.nixpkgs.follows = "nixpkgs"; }; + nixcord = { + url = "github:FlameFlag/nixcord"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} (inputs.import-tree ./modules); -- cgit v1.2.3