This commit is contained in:
Aditya 2024-03-07 15:17:40 +05:30
parent cfc2c82985
commit 53f20d35d8
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU

View file

@ -149,6 +149,26 @@
";
};
programs.tmux = {
enable = true;
mouse = true;
plugins = with pkgs.tmuxPlugins; [
better-mouse-mode
#dracula
#gruvbox
#nord
#onedark-theme
#power-theme
resurrect
#tmux-colors-solarized
tmux-fzf
];
extraConfig = ''
set-option -g mouse on
set -g default-terminal "screen-256color"
'';
};
programs.nixvim = import ./nixvim.nix pkgs;
programs.neovim = {