nixos-config/2configs/tools/media.nix

17 lines
183 B
Nix
Raw Normal View History

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