Skip to content

Commit

Permalink
tmux-ctrlw: init at 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eraserhd authored and bjornfor committed Jul 25, 2019
1 parent 3047bf3 commit fd2b2b5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/misc/tmux-plugins/default.nix
Expand Up @@ -91,6 +91,15 @@ in rec {
};
};

ctrlw = mkDerivation {
pluginName = "ctrlw";
src = fetchgit {
url = "https://github.com/eraserhd/tmux-ctrlw";
rev = "2354b5d56828813d0f7a4b228ca74b6134c2695f";
sha256 = "00hy1axmki8h2285mivsj923z327xkq89wfl2x4dxc71xjhdl216";
};
};

fpp = mkDerivation {
pluginName = "fpp";
src = fetchgit {
Expand Down

0 comments on commit fd2b2b5

Please sign in to comment.