3
4
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2025-10-06 04:53:57 +02:00

fa-t14-2025: Add docker, minor adjustments. home: improve tmux config

This commit is contained in:
Felix Albrigtsen
2025-07-22 13:26:37 +02:00
parent 74b7feb043
commit 0490048a14
3 changed files with 32 additions and 18 deletions

View File

@@ -14,7 +14,6 @@
pwgen
sshfs
sshuttle
tmux
];
sessionVariables = {
@@ -56,4 +55,15 @@
];
};
programs.tmux = {
enable = true;
sensibleOnTop = true;
baseIndex = 1;
clock24 = true;
keyMode = "vi";
mouse = true;
terminal = "screen-256color";
};
}