Reorganize modules

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-06-18 14:40:06 +03:00
parent 7bd1c06cd8
commit e06aa045b4
15 changed files with 52 additions and 25 deletions

View File

@@ -0,0 +1,9 @@
{
programs.tmux = {
enable = true;
clock24 = true;
historyLimit = 10000;
keyMode = "vi";
newSession = true;
};
}