first tmux config

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