Hi all,
Please can someone shed some light on how to load tmux plugins for all users via a NixOS config?
I’ve been trying to configure tmux with a default config specified via programs.tmux.extraTmuxConf
, it’s working very well for keys, status bar and colours etc, but plugins simply do not work.
I can see the plugins installed in the nix store via their environment.systemPackages
just fine, but don’t know how to get the plugins loaded by the /etc/tmux.conf
that is generated by the extraTmuxConf
.
For example, how would I get the “sidebar” plugin (NixOS Search - Loading...) to load so that <prefix>+Tab
opens the sidebar as expected?
Thanks in advance for any help.