From c186666394f9ef77afca714a25954a8d3da349fd Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 10 Jun 2025 19:33:34 +0200 Subject: [PATCH] chatterino path fix --- home-modules/chatterino.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-modules/chatterino.nix b/home-modules/chatterino.nix index 804849e..b55f4eb 100644 --- a/home-modules/chatterino.nix +++ b/home-modules/chatterino.nix @@ -1,3 +1,4 @@ +{ config, pkgs, hyper, rice, secrets, ... }: let channels = [ "Caedrel" @@ -192,7 +193,7 @@ in { "external": { "streamlink": { "quality": "", - "options": "--config /home/${user}/.config/streamlink/config" + "options": "--config /home/${hyper.user}/.config/streamlink/config" } } }