1
0
mirror of https://github.com/kmein/niveum synced 2026-03-28 23:31:07 +01:00

fix: dont get scripts from overlay

This commit is contained in:
2022-09-23 23:31:14 +02:00
parent e2cf761aea
commit b5addef848
5 changed files with 20 additions and 20 deletions

View File

@@ -1,14 +1,17 @@
{
pkgs,
config,
lib,
...
}: let
scripts = import <niveum/packages/scripts> {inherit pkgs lib;};
ytdl-format = "'bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best'";
youtube-download = "${pkgs.ts}/bin/ts ${pkgs.yt-dlp}/bin/yt-dlp -f ${ytdl-format} --add-metadata";
newsboat-home = "${config.users.users.me.home}/cloud/Seafile/Documents/newsboat";
linkhandler-bin = "${pkgs.scripts.linkhandler}/bin/linkhandler";
linkhandler-bin = "${scripts.linkhandler}/bin/linkhandler";
newsboat-config = pkgs.writeText "config" ''
auto-reload no