refactor(git): move git home-manager config to its own module
This commit is contained in:
parent
e6623278a2
commit
09d9eb1d22
3 changed files with 20 additions and 13 deletions
9
modules/home-tmux.nix
Normal file
9
modules/home-tmux.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ag terminal-overrides ",xterm-256color:RGB"
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue