Revert "Remove tmux"

This reverts commit a7556575ac.
This commit is contained in:
Oliver Davies 2024-09-25 21:33:55 +01:00
parent 598989f2ad
commit 9fbe7c1fec
5 changed files with 175 additions and 0 deletions

View file

@ -20,6 +20,7 @@ let
);
notetaker = writeShellApplication (import ./scripts/notetaker.nix);
run = writeShellApplication (import ./scripts/run.nix { inherit pkgs; });
t = writeShellApplication (import ./scripts/t.nix { inherit pkgs; });
timer = writeShellApplication (import ./scripts/timer.nix);
in
with pkgs;