Remove tmux

After using it as a daily driver from the last week or so, I'm switching
to Zellij.

https://zellij.dev
This commit is contained in:
Oliver Davies 2024-09-04 07:59:39 +01:00
parent edfa2b7c22
commit a7556575ac
5 changed files with 0 additions and 175 deletions

View file

@ -20,7 +20,6 @@ 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;