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