feat(desktop): add new script.
This commit is contained in:
parent
6e5fab453b
commit
51c5bdeada
3 changed files with 57 additions and 0 deletions
|
@ -27,5 +27,9 @@ with pkgs;
|
|||
# Add dependencies for optimise-vid script
|
||||
wrapProgram $out/bin/optimise-vid \
|
||||
--prefix PATH : ${lib.makeBinPath [ffmpeg cudatoolkit]}
|
||||
|
||||
# Add dependencis for note script
|
||||
wrapProgram $out/bin/note \
|
||||
--prefix PATH : ${lib.makeBinPath [eza]}
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue