stockholm/makefu/2configs/tools/media.nix

14 lines
154 B
Nix
Raw Normal View History

2017-03-01 14:45:50 +00:00
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
2017-03-01 14:45:50 +00:00
kodi
streamripper
2017-03-01 15:23:12 +00:00
youtube-dl
calibre
vlc
mumble
2017-05-02 12:04:01 +00:00
mplayer
2017-03-01 14:45:50 +00:00
];
}