summary refs log tree commit diff
path: root/pkgs/misc/tmux-plugins
diff options
context:
space:
mode:
authorChris Pickard <chrispickard9@gmail.com>2021-08-05 10:57:53 -0400
committerChris Pickard <chrispickard9@gmail.com>2021-08-05 10:57:53 -0400
commit62ba64d5129b473d39080ead434b33f05683d87e (patch)
treecdf4eb33dd667b8a7caf6b1a914493c12022513a /pkgs/misc/tmux-plugins
parentf6ccdfcd2ac4f2e259d20e378737dcbd0ca7debe (diff)
downloadnixpkgs-62ba64d5129b473d39080ead434b33f05683d87e.tar
nixpkgs-62ba64d5129b473d39080ead434b33f05683d87e.tar.gz
nixpkgs-62ba64d5129b473d39080ead434b33f05683d87e.tar.bz2
nixpkgs-62ba64d5129b473d39080ead434b33f05683d87e.tar.lz
nixpkgs-62ba64d5129b473d39080ead434b33f05683d87e.tar.xz
nixpkgs-62ba64d5129b473d39080ead434b33f05683d87e.tar.zst
nixpkgs-62ba64d5129b473d39080ead434b33f05683d87e.zip
tmuxPlugins.better-mouse-mode: fixed broken install path
the prior install path did not source the correct path without manual intervention
Diffstat (limited to 'pkgs/misc/tmux-plugins')
-rw-r--r--pkgs/misc/tmux-plugins/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/misc/tmux-plugins/default.nix b/pkgs/misc/tmux-plugins/default.nix
index 826feace271..b04a5487457 100644
--- a/pkgs/misc/tmux-plugins/default.nix
+++ b/pkgs/misc/tmux-plugins/default.nix
@@ -72,6 +72,7 @@ in rec {
       rev = "aa59077c635ab21b251bd8cb4dc24c415e64a58e";
       sha256 = "06346ih3hzwszhkj25g4xv5av7292s6sdbrdpx39p0n3kgf5mwww";
     };
+    rtpFilePath = "scroll_copy_mode.tmux";
     meta = {
       homepage = "https://github.com/NHDaly/tmux-better-mouse-mode";
       description = "better mouse support for tmux";