diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-21 19:03:31 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-21 19:03:31 +0200 |
| commit | 08a95d5cc573baad70d170c5b9b9918742e565b7 (patch) | |
| tree | 1af9f5a2d11f9d6db6a8ff1ed712ac94c7ec728c | |
| parent | 056aa80e2230bc1bf785beebb04906f195100627 (diff) | |
Added nixcord to the flake
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |
