installs tmux on servers

This commit is contained in:
Dennis 2026-01-29 10:41:04 +01:00
parent 288b52edc4
commit 59e440b59f
4 changed files with 65 additions and 4 deletions

View file

@ -22,10 +22,12 @@
just
mmv-go
zoxide
tmux
];
imports = [
../modules/ssh
../modules/tmux/server.nix
];
programs.home-manager.enable = true;