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

17 lines
183 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
2017-03-01 15:23:12 +00:00
calibre
vlc
mumble
2017-05-02 12:04:01 +00:00
mplayer
2018-09-16 23:11:57 +00:00
quodlibet
plowshare
streamripper
youtube-dl
2017-03-01 14:45:50 +00:00
];
}