From c4aefa0182521383068edacfe7d864c3ff9a6078 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 14 Feb 2023 22:13:52 +0100 Subject: move tmux config to nix --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') 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 = -- cgit v1.3.1