summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/media.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-03-01 16:23:12 +0100
committermakefu <github@syntax-fehler.de>2017-03-05 16:58:53 +0100
commit87cd7cd9afc1f28927f3b605f1fe97047eeaf18c (patch)
tree84aaae939395df96765dcddfd8e4c5d920d9fe6d /makefu/2configs/tools/media.nix
parent7d6945babb1366099beaa453dc86a7410a55db3d (diff)
m 2 tools: update
Diffstat (limited to 'makefu/2configs/tools/media.nix')
-rw-r--r--makefu/2configs/tools/media.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefu/2configs/tools/media.nix b/makefu/2configs/tools/media.nix
index 67159a17..4fc3413e 100644
--- a/makefu/2configs/tools/media.nix
+++ b/makefu/2configs/tools/media.nix
@@ -1,12 +1,12 @@
{ pkgs, ... }:
{
- nixpkgs.config.firefox = {
- enableAdobeFlash = true;
- };
-
krebs.per-user.makefu.packages = with pkgs; [
kodi
streamripper
+ youtube-dl
+ calibre
+ vlc
+ mumble
];
}