summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/multimedia/video/default.nix
blob: 3c6b175a899efa5b9d9084b0e5666bfd120bf474 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ pkgs, ... }:
{
  imports = [ ./anime.nix ];

  home.packages = with pkgs; [
    mplayer
    mpv
    yt-dlp_git
    ytfzf
    clapper
    streamlink-twitch-gui-bin
    uxplay
    ffmpeg
    streamlink
    streamlink-twitch-gui-bin
    obs-studio
  ];
}