chatterino path fix
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user