feat: quick add tmux
Some checks failed
gitea-deepak/nixconf/pipeline/head This commit looks good
Test templates, puts into cache / nix (nix-runner) (push) Failing after 3m41s
Bump flake.lock / build (push) Failing after 5m13s

This commit is contained in:
Deepak Mallubhotla 2025-03-23 15:45:40 -05:00
parent 4ecd96c3ec
commit a4132eec74
Signed by: deepak
GPG Key ID: 47831B15427F5A55

View File

@ -243,12 +243,19 @@ in
programs.tmux = { programs.tmux = {
enable = true; enable = true;
historyLimit = 100000; historyLimit = 100000;
clock24 = true;
keyMode = "vi";
prefix = "M-,";
plugins = [ plugins = [
pkgs.tmuxPlugins.vim-tmux-navigator pkgs.tmuxPlugins.vim-tmux-navigator
pkgs.tmuxPlugins.better-mouse-mode pkgs.tmuxPlugins.better-mouse-mode
pkgs.tmuxPlugins.sensible pkgs.tmuxPlugins.sensible
pkgs.tmuxPlugins.weather # pkgs.tmuxPlugins.tmux-powerline
pkgs.tmuxPlugins.power-theme
]; ];
extraConfig = ''
'';
}; };
sops = { sops = {