summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0f60dc0..d02a28b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,6 +5,11 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11";
+ nixcord = {
+ url = "github:FlameFlag/nixcord";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
# Hardware and gaming
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
@@ -89,7 +94,7 @@
nixvim = {
url = "github:nix-community/nixvim";
- inputs.nixpkgs.follows = "nixpkgs";
+ # inputs.nixpkgs.follows = "nixpkgs";
};
nvf = {