aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a4805cb..fc89ac8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,6 +33,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ copyparty = {
+ url = "github:9001/copyparty";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
tmux-tsunami = {
url = "github:bluedragon1221/tmux-tsunami";
inputs.nixpkgs.follows = "nixpkgs";