Correct tmux config for test-raspi

This commit is contained in:
Andreas Zweili 2023-05-31 22:01:36 +02:00
parent c8a5e7d395
commit a10bee0a72
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@
services.az-docker.enable = true;
programs = {
az-nix-direnv.enable = true;
az-tmux = true;
az-tmux.enable = true;
};
}