From f6afd95ef8dd587ca15c7090eb12d3cd3d08b08a Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Wed, 15 Apr 2020 23:23:35 +0200 Subject: [PATCH] tmux: fix broken test case --- modules/programs/tmux.nix | 4 +--- tests/modules/programs/tmux/emacs-with-plugins.conf | 8 -------- 2 files changed, 1 insertion(+), 11 deletions(-) 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@ # ============================================= #