mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(scripts): meteo
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user