fix: really add tmux

This commit is contained in:
Katharina 2026-05-31 19:43:49 +02:00
parent fabf7dfdfc
commit b5ef7be8f4

View file

@ -0,0 +1,5 @@
{
environment.systemPackages = with pkgs; [
tmux
];
}