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:
@@ -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";
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user