1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-13 18:23:39 +02:00
home-manager/tests/modules/programs/tmux/default.nix
Gabriel Nützi 898a1cef2d tmux: Add extraConfigBeforePlugins to tmux.config
Adds the possibility to add config before the plugins are loaded
2023-11-17 18:29:27 +01:00

13 lines
524 B
Nix

{
tmux-emacs-with-plugins = ./emacs-with-plugins.nix;
tmux-not-enabled = ./not-enabled.nix;
tmux-vi-all-true = ./vi-all-true.nix;
tmux-secure-socket-enabled = ./secure-socket-enabled.nix;
tmux-disable-confirmation-prompt = ./disable-confirmation-prompt.nix;
tmux-default-shell = ./default-shell.nix;
tmux-shortcut-without-prefix = ./shortcut-without-prefix.nix;
tmux-prefix = ./prefix.nix;
tmux-mouse-enabled = ./mouse-enabled.nix;
tmux-extra-config-before-plugins = ./extra-config-before-plugins.nix;
}