Add Nick Janetakis' notes
script
https://github.com/nickjj/notes https://nickjanetakis.com/blog/organize-your-text-based-notes-from-the-command-line-with-this-script
This commit is contained in:
parent
8cdc6a511d
commit
73d801d7ac
4 changed files with 28 additions and 0 deletions
|
@ -6,6 +6,7 @@ in
|
|||
{
|
||||
build-glove80 = callPackage ./build-glove80.nix { };
|
||||
custom-tmux-sessionizer = callPackage ./tmux-sessionizer.nix { };
|
||||
notes = callPackage ./notes.nix { };
|
||||
notify-battery = callPackage ./notify-battery.nix { };
|
||||
|
||||
vimPlugins = prev.vimPlugins // {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue