new script to monitor chat streams
This commit is contained in:
parent
3a0c13c95c
commit
7b0d425454
@ -25,6 +25,8 @@ let
|
||||
(builtins.readFile ./scripts/manage_library.fish);
|
||||
ffmpeg4discord = pkgs.writeScriptBin "ffmpeg4discord"
|
||||
(builtins.readFile ./scripts/ffmpeg4discord.py);
|
||||
chat-dl =
|
||||
pkgs.writeScriptBin "chat-dl" (builtins.readFile ./scripts/chat-dl.sh);
|
||||
in { # Remember to close this bracket at the end of the document
|
||||
|
||||
imports = [
|
||||
@ -214,6 +216,7 @@ in { # Remember to close this bracket at the end of the document
|
||||
nextcloud_scrapsync
|
||||
ffmpeg4discord
|
||||
manage_library
|
||||
chat-dl
|
||||
|
||||
# required by doom emacs, but still are rather useful.
|
||||
fd # modern find, faster searches
|
||||
|
||||
@ -62,6 +62,8 @@ let
|
||||
"manage_library" (builtins.readFile ./scripts/manage_library.fish);
|
||||
ffmpeg4discord = pkgs.writeScriptBin
|
||||
"ffmpeg4discord" (builtins.readFile ./scripts/ffmpeg4discord.py);
|
||||
chat-dl = pkgs.writeScriptBin
|
||||
"chat-dl" (builtins.readFile ./scripts/chat-dl.sh);
|
||||
in
|
||||
{ # Remember to close this bracket at the end of the document
|
||||
#+end_src
|
||||
@ -383,6 +385,7 @@ lm_sensors # for extension, displays cpu temp
|
||||
nextcloud_scrapsync
|
||||
ffmpeg4discord
|
||||
manage_library
|
||||
chat-dl
|
||||
#+end_src
|
||||
|
||||
** DEVELOPMENT PACKAGES
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user