tmux: Configure system-wide

This is useful on systems that are only accessed as root (e.g.,
servers).
nazuna
Simon Bruder 2022-08-22 23:37:03 +02:00
parent 7a7c90f9f9
commit 0bbe240018
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
4 changed files with 2 additions and 2 deletions

View File

@ -46,6 +46,7 @@
./secrets.nix
./ssh.nix
./syncthing.nix
./tmux.nix
./tools.nix
./udev.nix
./unfree.nix

View File

@ -22,7 +22,6 @@
./scripts
./sway
./tmate.nix
./tmux.nix
./vdirsyncer.nix
./watson.nix
./xcompose.nix

View File

@ -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
'';
}