Remove notetaker
script
This commit is contained in:
parent
4da89a329f
commit
cd25bf96e9
3 changed files with 0 additions and 32 deletions
|
@ -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
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue