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

feat(newsboat): add odysee to linkhandler

This commit is contained in:
2022-09-27 09:47:42 +02:00
parent cdf42df7c1
commit f5da2dffd8
2 changed files with 27 additions and 12 deletions

View File

@@ -278,12 +278,6 @@ in
name = "nix-git";
};
linkhandler = wrapScript {
packages = [pkgs.utillinux pkgs.mpv pkgs.curl pkgs.gnused pkgs.sxiv pkgs.ts];
script = "${voidrice}/.local/bin/linkhandler";
name = "linkhandler";
};
mansplain = wrapScript {
packages = [pkgs.man pkgs.zathura pkgs.dmenu pkgs.gnused];
script = ./mansplain.sh;