mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-03 07:31:03 +01:00
tmux: fix broken test case
This commit is contained in:
parent
022228e0aa
commit
f6afd95ef8
2 changed files with 1 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue