feat: upgrade to unstable tmux
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 5m34s
Bump flake.lock / build (push) Successful in 9m5s

This commit is contained in:
2025-04-23 12:28:05 -05:00
parent 167aeb10e4
commit 1817044337

View File

@@ -256,6 +256,7 @@ in
programs.tmux = {
enable = true;
package = pkgs-unstable.tmux;
historyLimit = 100000;
clock24 = true;
keyMode = "vi";