1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(scripts): meteo

This commit is contained in:
2021-04-07 09:45:36 +02:00
parent 4adf8fea0a
commit bd200b655d
3 changed files with 83 additions and 0 deletions

View File

@@ -94,6 +94,12 @@ in rec {
name = "tag";
};
meteo = wrapScript {
packages = [ pkgs.jq pkgs.curl pkgs.xdotool pkgs.sxiv pkgs.gnused ];
script = ./meteo.sh;
name = "meteo";
};
booksplit = wrapScript {
packages = [ pkgs.ffmpeg tag ];
script = "${voidrice}/.local/bin/booksplit";