Remove notetaker script

This commit is contained in:
Oliver Davies 2024-11-05 07:45:36 +00:00
parent 4da89a329f
commit cd25bf96e9
3 changed files with 0 additions and 32 deletions

View file

@ -19,7 +19,6 @@ let
export-video-list = writeShellApplication (
import ./scripts/export-video-list.nix { inherit pkgs username; }
);
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);
@ -72,7 +71,6 @@ with pkgs;
# Scripts.
create-zellij-session
deliver
notetaker
run
t
]