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

13 lines
145 B
Nix
Raw Normal View History

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