refactor: moved user-specific nix modules into the users/modules directory
This commit is contained in:
parent
169a8785ee
commit
abfacba0aa
8 changed files with 11 additions and 9 deletions
9
users/modules/tmux.nix
Normal file
9
users/modules/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