mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
2ffc6d6496
Co-authored-by: Sleroq <sleroq@sleroq.link>
11 lines
452 B
Nix
11 lines
452 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;
|
|
}
|