This commit is contained in:
Ivan Dimitrov 2023-07-14 23:36:28 +03:00
parent f3e6d6dafb
commit db5216c544

View File

@ -35,6 +35,14 @@
background_opacity = "0.98";
};
};
tmux = {
enable = true;
clock24 = true;
extraConfig = ''
set -g default-command "''${SHELL}"
set -g default-terminal "tmux-256color"
'';
};
neovim = {
enable = true;
viAlias = true;