add tmux to attach to mc term

This commit is contained in:
alisceon 2026-02-01 17:16:27 +01:00
parent 18ab94cfa7
commit 1932c74734
2 changed files with 9 additions and 6 deletions

View file

@ -17,6 +17,9 @@ in
enable = true;
}; # end loader.systemd-boot
}; # end boot
environment.systemPackages = with pkgs; [
tmux
]; # end environment.systemPackages
virtualisation.oci-containers.containers = {
isponsorblocktv = {
image = "ghcr.io/dmunozv04/isponsorblocktv:latest";