diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 = |
