summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-21 19:03:31 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-21 19:03:31 +0200
commit08a95d5cc573baad70d170c5b9b9918742e565b7 (patch)
tree1af9f5a2d11f9d6db6a8ff1ed712ac94c7ec728c /flake.nix
parent056aa80e2230bc1bf785beebb04906f195100627 (diff)
Added nixcord to the flake
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
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);