summaryrefslogtreecommitdiff
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 e993e6a..698f435 100644
--- a/flake.nix
+++ b/flake.nix
@@ -20,6 +20,11 @@
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
+
+ tmux-yank = {
+ url = "github:tmux-plugins/tmux-yank";
+ flake = false;
+ };
};
outputs =