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" } } }