tmux: formatted with alejendra
This commit is contained in:
parent
b4e1aa35ab
commit
43c29f650d
|
@ -1,11 +1,12 @@
|
|||
# Common configuration for Tmux users
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs = {
|
||||
tmux = { # Terminal multiplexer required by byobu
|
||||
tmux = {
|
||||
# Terminal multiplexer required by byobu
|
||||
enable = true;
|
||||
aggressiveResize = true;
|
||||
clock24 = true;
|
||||
|
@ -43,5 +44,4 @@
|
|||
tmuxPlugins.tmux-fzf
|
||||
tmuxPlugins.yank
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue