This commit is contained in:
13
homes/julian/features/tmux/default.nix
Normal file
13
homes/julian/features/tmux/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
clock24 = true;
|
||||
keyMode = "vi";
|
||||
mouse = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user