bigbird: Install tmux

This commit is contained in:
Chandler Swift 2025-06-06 17:17:23 -05:00
parent f937a9b31f
commit 6e1b26a12d
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -32,6 +32,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim vim
rsync rsync
tmux
]; ];
services.openssh.enable = true; services.openssh.enable = true;