fixes typo
This commit is contained in:
parent
0dc8277e66
commit
3500ff8aed
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
tmux-current-pane-hostname = pkgs.tmuxPlugin.mkTmuxPlugin {
|
||||
tmux-current-pane-hostname = pkgs.tmuxPlugins.mkTmuxPlugin {
|
||||
pluginName = "tmux-current-pane-hostname";
|
||||
version = "1.0";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
|
|
@ -10,7 +10,7 @@ let
|
|||
hash = "sha256-t5jRUvwiwym6f7vfKD/D0Vu1UXpxRMCLNyBbY0nZciw=";
|
||||
};
|
||||
};
|
||||
tmux-compile = pkgs.tmuxPlugin.mkTmuxPlugin {
|
||||
tmux-compile = pkgs.tmuxPlugins.mkTmuxPlugin {
|
||||
pluginName = "tmux-compile";
|
||||
version = "1.0";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue