summary refs log tree commit diff
path: root/pkgs/misc/tmux-plugins
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-07 12:37:54 +0100
committerGitHub <noreply@github.com>2021-01-07 12:37:54 +0100
commit2be707eca80b573c931007de78c936d49ab45395 (patch)
treead9bbd3a7be121bfc59c9cbd0ee229727071c06a /pkgs/misc/tmux-plugins
parent7087244dff73a9e00f41432ee0e979248985bf57 (diff)
parent117a657737345d1dda0d6f1f493fef5fc1f29857 (diff)
downloadnixpkgs-2be707eca80b573c931007de78c936d49ab45395.tar
nixpkgs-2be707eca80b573c931007de78c936d49ab45395.tar.gz
nixpkgs-2be707eca80b573c931007de78c936d49ab45395.tar.bz2
nixpkgs-2be707eca80b573c931007de78c936d49ab45395.tar.lz
nixpkgs-2be707eca80b573c931007de78c936d49ab45395.tar.xz
nixpkgs-2be707eca80b573c931007de78c936d49ab45395.tar.zst
nixpkgs-2be707eca80b573c931007de78c936d49ab45395.zip
Merge pull request #108654 from SuperSandro2000/patch-1
tmuxPlugins.onedark-theme: fix entrypoint
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 33bff019536..e41427d89e5 100644
--- a/pkgs/misc/tmux-plugins/default.nix
+++ b/pkgs/misc/tmux-plugins/default.nix
@@ -290,6 +290,7 @@ in rec {
 
   onedark-theme = mkDerivation {
     pluginName = "onedark-theme";
+    rtpFilePath = "tmux-onedark-theme.tmux";
     version = "unstable-2020-06-07";
     src = fetchFromGitHub {
       owner = "odedlaz";