parent
598989f2ad
commit
9fbe7c1fec
5 changed files with 175 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue