1
0
Fork 0

add(twitch-hls)

This commit is contained in:
Philipp 2025-11-29 15:56:17 +01:00
parent 07a65a16f4
commit 34c98b89ec
Signed by: Philipp
GPG key ID: B27C3DE2FD94AFC3
2 changed files with 3 additions and 0 deletions

View file

@ -26,6 +26,8 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager"; inputs.home-manager.follows = "home-manager";
}; };
twitch-hls-client.url = "github:2bc4/twitch-hls-client";
}; };
outputs = outputs =

View file

@ -35,6 +35,7 @@ in
[ [
pulsemixer pulsemixer
pavucontrol pavucontrol
twitch-hls-client
] ]
++ cfg.extra-packages; ++ cfg.extra-packages;