summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/media.nix
blob: 21d302297f2054e89d3a59e5189bff0ecca1c214 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ pkgs, ... }:

{
  users.users.makefu.packages = with pkgs; [
    kodi
    calibre
    vlc
    mumble
    mplayer
    # quodlibet # exfalso
    tinymediamanager

    plowshare
    streamripper
    youtube-dl

    pulseeffects
  ];
}