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

19 lines
213 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
# quodlibet # exfalso
2018-09-16 23:11:57 +00:00
plowshare
streamripper
youtube-dl
2018-11-05 12:55:24 +00:00
pulseeffects
2017-03-01 14:45:50 +00:00
];
}