tmux: Configure system-wide
This is useful on systems that are only accessed as root (e.g., servers).
This commit is contained in:
parent
7a7c90f9f9
commit
0bbe240018
|
@ -46,6 +46,7 @@
|
|||
./secrets.nix
|
||||
./ssh.nix
|
||||
./syncthing.nix
|
||||
./tmux.nix
|
||||
./tools.nix
|
||||
./udev.nix
|
||||
./unfree.nix
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
./scripts
|
||||
./sway
|
||||
./tmate.nix
|
||||
./tmux.nix
|
||||
./vdirsyncer.nix
|
||||
./watson.nix
|
||||
./xcompose.nix
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
|
||||
home.file.".tmate.conf".text = ''
|
||||
set tmate-authorized-keys "~/.ssh/authorized_keys_tmate"
|
||||
source-file ~/.tmux.conf
|
||||
source-file /etc/tmux.conf
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue