chatterino path fix

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-06-10 19:33:34 +02:00
parent 6b8d1d277b
commit c186666394

View File

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