fix: tmux

This commit is contained in:
ryan4yin
2023-05-07 17:20:36 +08:00
parent ed7ebb0802
commit 1235f08891

View File

@@ -91,13 +91,12 @@
];
programs = {
# A terminal multiplexer
tmux = {
enable = true;
clock24 = true;
keyMode = "vi";
extraConfig = "mouse on";
};
# a cat(1) clone with syntax highlighting and Git integration.
bat = {
enable = true;
config = {