diff --git a/modules/programs/tmux.nix b/modules/programs/tmux.nix index 766bc623..ba398209 100644 --- a/modules/programs/tmux.nix +++ b/modules/programs/tmux.nix @@ -302,9 +302,7 @@ in # Load plugins with Home Manager # # --------------------------------------------- # - ${(concatMapStringsSep "\n\n" (p: '' - # ${pluginName p} - # --------------------- + ${(concatMapStringsSep "\n" (p: '' ${p.extraConfig or ""} run-shell ${ if types.package.check p diff --git a/tests/modules/programs/tmux/emacs-with-plugins.conf b/tests/modules/programs/tmux/emacs-with-plugins.conf index 66b10183..470771a2 100644 --- a/tests/modules/programs/tmux/emacs-with-plugins.conf +++ b/tests/modules/programs/tmux/emacs-with-plugins.conf @@ -34,21 +34,13 @@ set -g history-limit 2000 # Load plugins with Home Manager # # --------------------------------------------- # -# tmuxplugin-logging -# --------------------- run-shell @tmuxplugin_logging_rtp@ -# tmuxplugin-prefix-highlight -# --------------------- - run-shell @tmuxplugin_prefix_highlight_rtp@ -# tmuxplugin-fzf-tmux-url -# --------------------- - run-shell @tmuxplugin_fzf_tmux_url_rtp@ # ============================================= #