feat: enables tmux and some plugins, not sure if we'll use tho
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
Test templates, puts into cache / nix (nix-runner) (push) Successful in 3m41s

This commit is contained in:
Deepak Mallubhotla 2025-03-23 13:42:54 -05:00
parent 717aef83bf
commit 4ecd96c3ec
Signed by: deepak
GPG Key ID: 47831B15427F5A55

View File

@ -147,6 +147,7 @@ in
cmp_luasnip
nvim-lspconfig
vim-tmux-navigator
# vim-vinegar
oil-nvim
@ -239,6 +240,17 @@ in
'';
};
programs.tmux = {
enable = true;
historyLimit = 100000;
plugins = [
pkgs.tmuxPlugins.vim-tmux-navigator
pkgs.tmuxPlugins.better-mouse-mode
pkgs.tmuxPlugins.sensible
pkgs.tmuxPlugins.weather
];
};
sops = {
age.keyFile = "/home/deepak/.config/sops/age/keys.txt"; # must have no password!
# It's also possible to use a ssh key, but only when it has no password: