first tmux config

This commit is contained in:
2026-07-30 21:18:33 +02:00
parent 0e67b49ebd
commit 282d076bf3
+9
View File
@@ -0,0 +1,9 @@
_: {
flake.homeModules.tmux = _: {
programs.tmux = {
enable = true;
clock24 = true;
};
};
}