feat: enables tmux and some plugins, not sure if we'll use tho
This commit is contained in:
parent
717aef83bf
commit
4ecd96c3ec
@ -147,6 +147,7 @@ in
|
|||||||
cmp_luasnip
|
cmp_luasnip
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
|
|
||||||
|
vim-tmux-navigator
|
||||||
# vim-vinegar
|
# vim-vinegar
|
||||||
oil-nvim
|
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 = {
|
sops = {
|
||||||
age.keyFile = "/home/deepak/.config/sops/age/keys.txt"; # must have no password!
|
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:
|
# It's also possible to use a ssh key, but only when it has no password:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user