added tmux module
This commit is contained in:
parent
3ed79e96c7
commit
cf9bf05fbc
|
@ -11,5 +11,6 @@
|
|||
./zoxide
|
||||
./bat
|
||||
./cmus
|
||||
./tmux
|
||||
];
|
||||
}
|
||||
|
|
8
modules/programs/home/tmux/default.nix
Normal file
8
modules/programs/home/tmux/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
set-option -g status off
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue