Add notetaker
script
Add a script to quickly and easily create and edit a daily note.
This commit is contained in:
parent
c7ca1fd14c
commit
c2ead888dd
2 changed files with 27 additions and 0 deletions
|
@ -6,11 +6,13 @@ let
|
|||
inherit (pkgs) writeShellApplication;
|
||||
|
||||
scripts = {
|
||||
notetaker = writeShellApplication (import ./scripts/notetaker.nix);
|
||||
t = writeShellApplication (import ./scripts/t.nix { inherit pkgs; });
|
||||
};
|
||||
in
|
||||
with pkgs;
|
||||
[
|
||||
scripts.notetaker
|
||||
scripts.t
|
||||
|
||||
awscli2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue