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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user