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

19 lines
211 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-10-21 23:20:51 +02:00
quodlibet # exfalso
2018-09-17 01:11:57 +02:00
plowshare
streamripper
youtube-dl
2018-11-05 13:55:24 +01:00
pulseeffects
2017-03-01 15:45:50 +01:00
];
}