mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 09:36:11 +01:00
tmux
This commit is contained in:
11
home-manager/features/tmux.nix
Normal file
11
home-manager/features/tmux.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{pkgs, ...}: {
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
mouse = true;
|
||||
prefix = "C-b";
|
||||
plugins = with pkgs.tmuxPlugins; [
|
||||
sensible
|
||||
vim-tmux-navigator
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user