Refactor: Replace users with home
This commit is contained in:
parent
36a22dc58a
commit
aaaf4808f3
65 changed files with 17 additions and 25 deletions
16
home/packages/tmux.nix
Normal file
16
home/packages/tmux.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# TODO: Port changes over from dots and streamline workflow
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
prefix = "C-Space";
|
||||
customPaneNavigationAndResize = true;
|
||||
baseIndex = 1;
|
||||
extraConfig = ''
|
||||
bind v split-window -v
|
||||
bind c split-window -h
|
||||
bind n new-window
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue