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

feat: add dictionary scripts

This commit is contained in:
2021-02-04 18:40:11 +01:00
parent d6c10df13e
commit 42df0dc7df
4 changed files with 38 additions and 0 deletions

View File

@@ -83,6 +83,18 @@ in rec {
script = ./dirmir.sh;
};
liddel-scott-jones = wrapScript {
name = "lsj";
script = ./liddel-scott-jones.sh;
packages = [ pkgs.curl pkgs.pup betacode pkgs.gnused pkgs.pandoc pkgs.man ];
};
boetlingk = wrapScript {
name = "boet";
script = ./boetlingk.sh;
packages = [ pkgs.curl pkgs.gnused pkgs.pandoc pkgs.man ];
};
playlist = wrapScript {
name = "pls";
script = ./playlist.sh;