tmuxPlugins.tmux-nova: init at 1.2.0

This commit is contained in:
o0th 2024-06-02 12:23:47 +02:00
parent d962083c37
commit 0a32172a22

View File

@ -818,4 +818,23 @@ in rec {
sha256 = "hRvkBf+YrWycecnDixAsD4CAHg3KsioomfJ/nLl5Zgs=";
};
};
tmux-nova = mkTmuxPlugin rec {
pluginName = "tmux-nova";
rtpFilePath = "nova.tmux";
version = "1.2.0";
src = fetchFromGitHub {
owner = "o0th";
repo = "tmux-nova";
rev = "v${version}";
sha256 = "16llz3nlyw88lyd8mmj27i0ncyhpfjj5c1yikngf7nxcqsbjmcnh";
};
meta = with lib; {
homepage = "https://github.com/o0th/tmux-nova";
description = "tmux-nova theme";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ o0th ];
};
};
}