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

12
flake.lock generated
View file

@ -295,11 +295,11 @@
]
},
"locked": {
"lastModified": 1769961174,
"narHash": "sha256-sQ3qYW9BLNI3J10nJlphTAYsMwMCgGAXHnNoGArk7Fw=",
"lastModified": 1769962319,
"narHash": "sha256-U0lKicifKNBbO6JnxKNBTp9bFJPEiVCkL1D4NJwnIis=",
"owner": "nix-community",
"repo": "NUR",
"rev": "e106c48dfcb2ed2a496df7aa0a9274e32007a297",
"rev": "9aa988324da5f6a880a8f05fe5ef448a81a916ea",
"type": "github"
},
"original": {
@ -316,11 +316,11 @@
]
},
"locked": {
"lastModified": 1769961174,
"narHash": "sha256-sQ3qYW9BLNI3J10nJlphTAYsMwMCgGAXHnNoGArk7Fw=",
"lastModified": 1769962319,
"narHash": "sha256-U0lKicifKNBbO6JnxKNBTp9bFJPEiVCkL1D4NJwnIis=",
"owner": "nix-community",
"repo": "NUR",
"rev": "e106c48dfcb2ed2a496df7aa0a9274e32007a297",
"rev": "9aa988324da5f6a880a8f05fe5ef448a81a916ea",
"type": "github"
},
"original": {

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";