1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 08:28:30 +02:00
home-manager/tests/modules/programs/tmux/default.nix

11 lines
408 B
Nix
Raw Normal View History

{
tmux-emacs-with-plugins = ./emacs-with-plugins.nix;
tmux-not-enabled = ./not-enabled.nix;
tmux-vi-all-true = ./vi-all-true.nix;
2019-04-05 00:04:24 +02:00
tmux-secure-socket-enabled = ./secure-socket-enabled.nix;
2019-06-04 13:21:20 +02:00
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;
}