This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-06-02 14:51:38 +02:00
parent ed18e8bd51
commit 2d697c079d
3 changed files with 51 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, rice, user, secrets, ... }:
{ config, pkgs, hyper, rice, secrets, ... }:
let
channels = [
"Caedrel"
@@ -193,7 +193,7 @@ in {
"external": {
"streamlink": {
"quality": "",
"options": "--config /home/${user}/.config/streamlink/config"
"options": "--config /${hyper.home}/.config/streamlink/config"
}
}
}