switch to overlayed package for tokyo-night-tmux
This commit is contained in:
parent
0895f1e1f0
commit
0ce50a229d
2 changed files with 4 additions and 20 deletions
|
@ -6,7 +6,7 @@
|
|||
prev.tmuxPlugins.mkTmuxPlugin {
|
||||
pluginName = "tokyo-night-tmux";
|
||||
version = "c3bc283cceeefaa7e5896878fe20711f466ab591";
|
||||
src = fetchFromGithub {
|
||||
src = prev.fetchFromGithub {
|
||||
owner = "janoamaral";
|
||||
repo = "tokyo-night-tmux";
|
||||
rev = "c3bc283cceeefaa7e5896878fe20711f466ab591";
|
||||
|
|
|
@ -197,23 +197,7 @@
|
|||
vim-tmux-navigator
|
||||
yank
|
||||
{
|
||||
plugin = mkTmuxPlugin {
|
||||
pluginName = "tokyo-night-tmux";
|
||||
version = "c3bc283cceeefaa7e5896878fe20711f466ab591";
|
||||
src = fetchFromGithub {
|
||||
owner = "janoamaral";
|
||||
repo = "tokyo-night-tmux";
|
||||
rev = "c3bc283cceeefaa7e5896878fe20711f466ab591";
|
||||
hash = "sha256-3rMYYzzSS2jaAMLjcQoKreE0oo4VWF9dZgDtABCUOtY=";
|
||||
};
|
||||
rtpFilePath = "tokyo-night.tmux";
|
||||
meta = {
|
||||
homepage = "https://github.com/janoamaral/tokyo-night-tmux";
|
||||
description = "tokyo night tmux theme";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
};
|
||||
plugin = tokyo-night-tmux;
|
||||
extraConfig = ''
|
||||
set -g @tokyo-night-tmux_show_datetime 0
|
||||
set -g @tokyo-night-tmux_show_path 1
|
||||
|
|
Loading…
Reference in a new issue