Move some (all) files around
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
9
hosts/common/system/configs/tmux/default.nix
Normal file
9
hosts/common/system/configs/tmux/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
clock24 = true;
|
||||
historyLimit = 10000;
|
||||
keyMode = "vi";
|
||||
newSession = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user